public class OrientationChangeEvent extends com.google.gwt.event.shared.GwtEvent<OrientationChangeHandler>
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
dispatch(OrientationChangeHandler handler)  | 
com.google.gwt.event.shared.GwtEvent.Type<OrientationChangeHandler> | 
getAssociatedType()  | 
static com.google.gwt.event.shared.GwtEvent.Type<OrientationChangeHandler> | 
getType()  | 
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<OrientationChangeHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<OrientationChangeHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<OrientationChangeHandler>protected void dispatch(OrientationChangeHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<OrientationChangeHandler>