java.lang.Object
org.jpo.eventbus.FileLoadHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(FileLoadRequest request) Loads the file by callingPictureCollection.fileLoad(java.io.File, org.jpo.datamodel.SortableDefaultMutableTreeNode)
.
-
Constructor Details
-
FileLoadHandler
public FileLoadHandler()
-
-
Method Details
-
handleEvent
Loads the file by callingPictureCollection.fileLoad(java.io.File, org.jpo.datamodel.SortableDefaultMutableTreeNode)
. If there is a problem creates a new collection.Remember to wrap this request in an UnsavedUpdatesDialogRequest if you care about unsaved changes as this request will not check for unsaved changes
- Parameters:
request
- the request
-