Module org.jpo

Class StartNewCollectionRequest

java.lang.Object
org.jpo.eventbus.StartNewCollectionRequest

public class StartNewCollectionRequest extends Object
This request indicates that the user wants to start a new collection It will not check for unsaved updates. To check for those wrap this in a UnsavedUpdatesDialogRequest: JpoEventBus.getInstance().post( new UnsavedUpdatesDialogRequest( new StartNewCollectionRequest()) );
  • Constructor Details

    • StartNewCollectionRequest

      public StartNewCollectionRequest()