public class ActivateWindowEvent extends com.google.gwt.event.shared.GwtEvent<ActivateWindowHandler>
| Constructor and Description |
|---|
ActivateWindowEvent(SVGWindow window) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ActivateWindowHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ActivateWindowHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<ActivateWindowHandler> |
getType()
Ensures the existence of the handler hook and then returns it.
|
SVGWindow |
getWindow() |
assertLive, getSource, isLive, kill, revivepublic ActivateWindowEvent(SVGWindow window)
public com.google.gwt.event.shared.GwtEvent.Type<ActivateWindowHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ActivateWindowHandler>public static com.google.gwt.event.shared.GwtEvent.Type<ActivateWindowHandler> getType()
protected void dispatch(ActivateWindowHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ActivateWindowHandler>public SVGWindow getWindow()
Copyright © 2018. All Rights Reserved.