ccc.client.gwt.core
Class GWTWindow.ExitHandler

java.lang.Object
  extended by ccc.client.gwt.core.GWTWindow.ExitHandler
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, com.google.gwt.user.client.Window.ClosingHandler
Enclosing class:
GWTWindow

public static class GWTWindow.ExitHandler
extends java.lang.Object
implements com.google.gwt.user.client.Window.ClosingHandler

Handler for window closing.

Author:
Civic Computing Ltd.

Constructor Summary
GWTWindow.ExitHandler()
           
 
Method Summary
 void onWindowClosing(com.google.gwt.user.client.Window.ClosingEvent event)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTWindow.ExitHandler

public GWTWindow.ExitHandler()
Method Detail

onWindowClosing

public void onWindowClosing(com.google.gwt.user.client.Window.ClosingEvent event)

Specified by:
onWindowClosing in interface com.google.gwt.user.client.Window.ClosingHandler


Copyright © 2010. All Rights Reserved.