public static class AbstractHasData.RedrawEvent extends GwtEvent<AbstractHasData.RedrawEvent.Handler>
Modifier and Type | Class and Description |
---|---|
static interface |
AbstractHasData.RedrawEvent.Handler
Implemented 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.Type used to register this event, allowing an
EventBus to find handlers of the appropriate class. |
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public GwtEvent.Type<AbstractHasData.RedrawEvent.Handler> getAssociatedType()
Event
Event.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)
GwtEvent
HandlerManager
. In other words, do not use
or call.dispatch
in class GwtEvent<AbstractHasData.RedrawEvent.Handler>
handler
- handlerEventBus.dispatchEvent(Event, Object)