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