java.lang.Object
org.jpo.eventbus.FileSaveHandler
Handler for the FileSaveRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(FileSaveRequest request) Calls thePictureCollection.fileSave()
method that saves the current collection under its present name and if it was never saved before brings up a popup window.
-
Constructor Details
-
FileSaveHandler
public FileSaveHandler()
-
-
Method Details
-
handleEvent
Calls thePictureCollection.fileSave()
method that saves the current collection under its present name and if it was never saved before brings up a popup window.- Parameters:
request
- The request
-