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.
@FunctionalInterface public interface IScreenOrientationListener
Interface used to listen to screen orientation changes.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onScreenOrientationChanged(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation)
Called when the screen orientation changes.
-
-
-
Method Detail
-
onScreenOrientationChanged
void onScreenOrientationChanged(IClientSessionGyro clientSessionGyro, ScreenOrientation orientation)
Called when the screen orientation changes.- Parameters:
clientSessionGyro
- The client session gyro instance.orientation
- The new orientation.
-
-