java.lang.Object
org.jpo.eventbus.CopyToNewLocationHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(CopyToNewLocationRequest request) Brings up a JFileChooser to select the target location and then copies the images to the target location
-
Constructor Details
-
CopyToNewLocationHandler
public CopyToNewLocationHandler()
-
-
Method Details
-
handleEvent
Brings up a JFileChooser to select the target location and then copies the images to the target location- Parameters:
request
- The request
-