Package org.uberfire.client.workbench
Interface WorkbenchCloseHandler
-
- All Known Implementing Classes:
WorkbenchCloseHandlerImpl,WorkbenchCloseHandlerImplFallback
public interface WorkbenchCloseHandlerGeneric WindowCloseHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonWindowClose(org.uberfire.mvp.Command command)voidonWindowClosing(org.uberfire.mvp.ParameterizedCommand<com.google.gwt.user.client.Window.ClosingEvent> command)voidonWindowClosing(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)
-
-