public class CalendarEventChangedEvent extends BrowserEvent<EventChangedHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
CalendarEventChangedEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(EventChangedHandler handler) |
static <S extends HasEventChangedHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<EventChangedHandler> |
getAssociatedType() |
CalendarEvent |
getEvent()
the event that changed
|
static GwtEvent.Type<EventChangedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic CalendarEventChangedEvent(JavaScriptObject jsObj)
public static <S extends HasEventChangedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<EventChangedHandler> getType()
protected void dispatch(EventChangedHandler handler)
dispatch in class GwtEvent<EventChangedHandler>public final GwtEvent.Type<EventChangedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<EventChangedHandler>public CalendarEvent getEvent()