Package com.smartgwt.client.util.events
Interface OrientationChangeHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidMethod called whenPage.getOrientation()changes due to browser window resize or rotation of a mobile device. 
- 
Method Details
- 
onOrientationChange
Method called whenPage.getOrientation()changes due to browser window resize or rotation of a mobile device.- Parameters:
 event- the event- See Also:
 - 
com.com.smartgwt.client.util.Page#addOrientationChangeHandler(com.smartgwt.client.util.events.OrientationChangeHandler)
 
 
 -