java.lang.Object
org.jpo.eventbus.FileLoadDialogHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(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
UnsavedUpdatesDialogRequestif you care about unsaved changes as this request will not check for unsaved changes- Parameters:
request- the request
-