java.lang.Object
org.jpo.eventbus.CopyToNewLocationHandler
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(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
 
 -