GWT 2.3.0

Uses of Class
com.google.gwt.event.logical.shared.CloseEvent

Packages that use CloseEvent
com.google.gwt.event.logical.shared Types related to logical events that do not have direct analogues to DOM events and which can be used in contexts other than web browsers. 
 

Uses of CloseEvent in com.google.gwt.event.logical.shared
 

Methods in com.google.gwt.event.logical.shared with parameters of type CloseEvent
 void CloseHandler.onClose(CloseEvent<T> event)
          Called when CloseEvent is fired.
 


GWT 2.3.0