Module org.jpo

Class ShutdownApplicationRequest

java.lang.Object
org.jpo.eventbus.ShutdownApplicationRequest

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

    • ShutdownApplicationRequest

      public ShutdownApplicationRequest()