Class OrientationChangeEvent
- 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
-
- org.silverpeas.mobile.client.components.base.events.window.OrientationChangeEvent
-
public class OrientationChangeEvent extends AbstractWindowEvent
-
-
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
-
Fields inherited from class org.silverpeas.mobile.client.components.base.events.window.AbstractWindowEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description OrientationChangeEvent(Orientation orientation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(WindowEventHandler handler)
Orientation
getOrientation()
-
Methods inherited from class org.silverpeas.mobile.client.components.base.events.window.AbstractWindowEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
OrientationChangeEvent
public OrientationChangeEvent(Orientation orientation)
-
-
Method Detail
-
dispatch
protected void dispatch(WindowEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<WindowEventHandler>
-
getOrientation
public Orientation getOrientation()
-
-