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 HandlerRegistrationPlaceController.DefaultDelegate. addWindowClosingHandler(Window.ClosingHandler handler)HandlerRegistrationPlaceController.Delegate. addWindowClosingHandler(Window.ClosingHandler handler)Adds aWindow.ClosingHandlerto 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 classBaseListenerWrapper.WrapWindowCloseDeprecated.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 HandlerRegistrationWindow. addWindowClosingHandler(Window.ClosingHandler handler)Adds aWindow.ClosingEventhandler.protected voidWindow.ClosingEvent. dispatch(Window.ClosingHandler handler)
-