java.lang.Object
org.jpo.eventbus.StartNewCollectionRequest
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 Summary
-
Method Summary
-
Constructor Details
-
StartNewCollectionRequest
public StartNewCollectionRequest()
-