Package org.uberfire.client.workbench
Class WorkbenchCloseHandlerImpl
- java.lang.Object
-
- org.uberfire.client.workbench.WorkbenchCloseHandlerImpl
-
- All Implemented Interfaces:
WorkbenchCloseHandler
public class WorkbenchCloseHandlerImpl extends Object implements WorkbenchCloseHandler
Generic WindowCloseHandler
-
-
Constructor Summary
Constructors Constructor Description WorkbenchCloseHandlerImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public void onWindowClosing(org.uberfire.mvp.ParameterizedCommand<com.google.gwt.user.client.Window.ClosingEvent> command)
- Specified by:
onWindowClosingin interfaceWorkbenchCloseHandler
-
onWindowClosing
public void onWindowClosing(org.uberfire.mvp.ParameterizedCommand<com.google.gwt.user.client.Window.ClosingEvent> command, com.google.gwt.user.client.Window.ClosingEvent event)- Specified by:
onWindowClosingin interfaceWorkbenchCloseHandler
-
onWindowClose
public void onWindowClose(org.uberfire.mvp.Command command)
- Specified by:
onWindowClosein interfaceWorkbenchCloseHandler
-
-