Uses of Interface
com.google.gwt.widgetideas.client.events.EventHandler

Packages that use EventHandler
com.google.gwt.widgetideas.client.events   
 

Uses of EventHandler in com.google.gwt.widgetideas.client.events
 

Classes in com.google.gwt.widgetideas.client.events with type parameters of type EventHandler
 class AbstractEvent<FiresEvent,HandlerType extends EventHandler>
          Abstract event type.
 class Handlers<HandlerType extends EventHandler>
          Generic handlers collection.
 

Subinterfaces of EventHandler in com.google.gwt.widgetideas.client.events
 interface ChangeHandler<ChangeType>
          Change handler.
 interface HighlightHandler<HighlightType>
          Fires HighlightEvents.
 interface RenderingHandler
          Rendering handler.
 

Methods in com.google.gwt.widgetideas.client.events with type parameters of type EventHandler
static
<T extends EventHandler>
Handlers<T>
Handlers.add(Handlers<T> collection, T handler)
          Adds a handler to a handler collection.
 

Methods in com.google.gwt.widgetideas.client.events with parameters of type EventHandler
static boolean Handlers.remove(Handlers collection, EventHandler handler)
          Removes the handler from the collection if present.
protected  void AbstractEvent.tryFire(EventHandler handler)
          Try to fire the given event handler.