Class AbstractWindowEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<WindowEventHandler>
org.silverpeas.mobile.client.components.base.events.window.AbstractWindowEvent
- Direct Known Subclasses:
OrientationChangeEvent
public abstract class AbstractWindowEvent
extends com.google.gwt.event.shared.GwtEvent<WindowEventHandler>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type<WindowEventHandler> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Field Details
-
TYPE
-
-
Constructor Details
-
AbstractWindowEvent
public AbstractWindowEvent()
-
-
Method Details
-
getAssociatedType
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<WindowEventHandler>
-