Module org.jpo

Class FileLoadDialogRequest

java.lang.Object
org.jpo.eventbus.FileLoadDialogRequest

public class FileLoadDialogRequest extends Object
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 Details

    • FileLoadDialogRequest

      public FileLoadDialogRequest()