public static class AbstractHasData.RedrawEvent extends GwtEvent<AbstractHasData.RedrawEvent.Handler>
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | AbstractHasData.RedrawEvent.HandlerImplemented by objects that handle  AbstractHasData.RedrawEvent. | 
GwtEvent.Type<H>| Constructor and Description | 
|---|
| RedrawEvent() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | dispatch(AbstractHasData.RedrawEvent.Handler handler)Should only be called by  HandlerManager. | 
| GwtEvent.Type<AbstractHasData.RedrawEvent.Handler> | getAssociatedType()Returns the  Event.Typeused to register this event, allowing anEventBusto find handlers of the appropriate class. | 
assertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic GwtEvent.Type<AbstractHasData.RedrawEvent.Handler> getAssociatedType()
EventEvent.Type used to register this event, allowing an
 EventBus to find handlers of the appropriate class.getAssociatedType in class GwtEvent<AbstractHasData.RedrawEvent.Handler>protected void dispatch(AbstractHasData.RedrawEvent.Handler handler)
GwtEventHandlerManager. In other words, do not use
 or call.dispatch in class GwtEvent<AbstractHasData.RedrawEvent.Handler>handler - handlerEventBus.dispatchEvent(Event, Object)