java.lang.Object
org.jpo.eventbus.FileLoadDialogRequest
This request indicates that the user wants to choose a file for loading
It will not check for unsaved updates. To check for those wrap this in a UnsavedUpdatesDialogRequest:
JpoEventBus.getInstance().post( new UnsavedUpdatesDialogRequest( new FileLoadRequest()) );
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FileLoadDialogRequest
public FileLoadDialogRequest()
-