GWT 2.1.1

Uses of Class
com.google.gwt.event.shared.HandlerManager

Packages that use HandlerManager
com.google.gwt.event.shared Shared infrastructure underlying both browser and non-browser events. 
com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of HandlerManager in com.google.gwt.event.shared
 

Constructors in com.google.gwt.event.shared with parameters of type HandlerManager
DefaultHandlerRegistration(HandlerManager manager, GwtEvent.Type<H> type, H handler)
          Deprecated. Creates a new handler registration.
 

Uses of HandlerManager in com.google.gwt.user.client
 

Methods in com.google.gwt.user.client with parameters of type HandlerManager
protected static
<H extends EventHandler>
void
BaseListenerWrapper.baseRemove(HandlerManager manager, java.lang.Object listener, GwtEvent.Type... types)
          Deprecated. Helper method to remove all wrapped listeners from the given event types.
 

Uses of HandlerManager in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui that return HandlerManager
protected  HandlerManager Widget.createHandlerManager()
          Creates the HandlerManager used by this Widget.
 


GWT 2.1.1