java.lang.Object
org.jpo.eventbus.ShutdownApplicationRequest
This request indicates that the application should be shut down.
It doesn't check for unsaved changes. You might want to consider calling
the request UnsavedUpdatesDialogRequest first with this as a nextRequest
e.g. JpoEventBus.getInstance().post( new UnsavedUpdatesDialogRequest( new ShutdownApplicationRequest()) );
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ShutdownApplicationRequest
public ShutdownApplicationRequest()
-