Package com.iizix.gyro
Interface IScreenOrientationListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface used to listen to screen orientation changes.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- void- onScreenOrientationChanged- (IClientSessionGyro clientSessionGyro, ScreenOrientation orientation) Called when the screen orientation changes.
- Method Details- onScreenOrientationChangedvoid onScreenOrientationChanged- (IClientSessionGyro clientSessionGyro, ScreenOrientation orientation) Called when the screen orientation changes.- Parameters:
- clientSessionGyro- The client session gyro instance.
- orientation- The new orientation.