Interface WorkbenchCloseHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onWindowClose​(org.uberfire.mvp.Command command)  
      void onWindowClosing​(org.uberfire.mvp.ParameterizedCommand<com.google.gwt.user.client.Window.ClosingEvent> command)  
      void onWindowClosing​(org.uberfire.mvp.ParameterizedCommand<com.google.gwt.user.client.Window.ClosingEvent> command, com.google.gwt.user.client.Window.ClosingEvent event)  
    • Method Detail

      • onWindowClosing

        void onWindowClosing​(org.uberfire.mvp.ParameterizedCommand<com.google.gwt.user.client.Window.ClosingEvent> command)
      • onWindowClosing

        void onWindowClosing​(org.uberfire.mvp.ParameterizedCommand<com.google.gwt.user.client.Window.ClosingEvent> command,
                             com.google.gwt.user.client.Window.ClosingEvent event)
      • onWindowClose

        void onWindowClose​(org.uberfire.mvp.Command command)