Uses of Interface
com.google.gwt.user.client.Window.ClosingHandler
-
Packages that use Window.ClosingHandler Package Description com.google.gwt.place.shared A package for managing bookmarkable locations in an application.com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code. -
-
Uses of Window.ClosingHandler in com.google.gwt.place.shared
Methods in com.google.gwt.place.shared with parameters of type Window.ClosingHandler Modifier and Type Method Description HandlerRegistration
PlaceController.DefaultDelegate. addWindowClosingHandler(Window.ClosingHandler handler)
HandlerRegistration
PlaceController.Delegate. addWindowClosingHandler(Window.ClosingHandler handler)
Adds aWindow.ClosingHandler
to the Delegate. -
Uses of Window.ClosingHandler in com.google.gwt.user.client
Classes in com.google.gwt.user.client that implement Window.ClosingHandler Modifier and Type Class Description (package private) static class
BaseListenerWrapper.WrapWindowClose
Deprecated.Methods in com.google.gwt.user.client that return types with arguments of type Window.ClosingHandler Modifier and Type Method Description GwtEvent.Type<Window.ClosingHandler>
Window.ClosingEvent. getAssociatedType()
(package private) static GwtEvent.Type<Window.ClosingHandler>
Window.ClosingEvent. getType()
Methods in com.google.gwt.user.client with parameters of type Window.ClosingHandler Modifier and Type Method Description static HandlerRegistration
Window. addWindowClosingHandler(Window.ClosingHandler handler)
Adds aWindow.ClosingEvent
handler.protected void
Window.ClosingEvent. dispatch(Window.ClosingHandler handler)
-