public interface OrientationChangeHandler
extends com.google.gwt.event.shared.EventHandler | Modifier and Type | Method and Description |
|---|---|
void | onOrientationChange(OrientationChangeEvent event) Method called when Page.getOrientation() changes due to browser window resize or rotation of a mobile device. |
void onOrientationChange(OrientationChangeEvent event)
Page.getOrientation() changes due to browser window resize or rotation of a mobile device.event - the eventcom.com.smartgwt.client.util.Page#addOrientationChangeHandler(com.smartgwt.client.util.events.OrientationChangeHandler)