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 Summary
Modifier and TypeMethodDescriptionvoid
onScreenOrientationChanged
(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation) Called when the screen orientation changes.
Method Details
onScreenOrientationChanged
void onScreenOrientationChanged(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation) Called when the screen orientation changes.- Parameters:
clientSessionGyro
- The client session gyro instance.orientation
- The new orientation.