java.lang.Object
org.jpo.eventbus.FileLoadDialogHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(FileLoadDialogRequest request) Brings up a dialog where the user can select the collection to be loaded.
-
Constructor Details
-
FileLoadDialogHandler
public FileLoadDialogHandler()
-
-
Method Details
-
handleEvent
Brings up a dialog where the user can select the collection to be loaded. Then fires aFileLoadRequest
.Enclose this request in an
UnsavedUpdatesDialogRequest
if you care about unsaved changes as this request will not check for unsaved changes- Parameters:
request
- the request
-