public class VisibilityChangedEvent extends BrowserEvent<VisibilityChangedHandler>
GwtEvent.Type<H>jsObj| Constructor and Description |
|---|
VisibilityChangedEvent(JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(VisibilityChangedHandler handler) |
static <S extends HasVisibilityChangedHandlers & 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<VisibilityChangedHandler> |
getAssociatedType() |
boolean |
getIsVisible()
whether the canvas is visible to the user
|
static GwtEvent.Type<VisibilityChangedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivesetSource, toDebugString, toStringpublic VisibilityChangedEvent(JavaScriptObject jsObj)
public static <S extends HasVisibilityChangedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<VisibilityChangedHandler> getType()
protected void dispatch(VisibilityChangedHandler handler)
dispatch in class GwtEvent<VisibilityChangedHandler>public final GwtEvent.Type<VisibilityChangedHandler> getAssociatedType()
getAssociatedType in class GwtEvent<VisibilityChangedHandler>public boolean getIsVisible()