Uses of Interface
com.iizix.gyro.IScreenOrientationListener
Packages that use IScreenOrientationListener Package Description com.iizix.gyro com.iizix.prop com.iizix.server.gyro Uses of IScreenOrientationListener in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type IScreenOrientationListener Modifier and Type Method Description booleanIClientSessionGyro. addScreenOrientationListener(IScreenOrientationListener listener)Adds a screen orientation listener for the client session.booleanIClientSessionGyro. removeScreenOrientationListener(IScreenOrientationListener listener)Removes a screen orientation listener for the client session.Uses of IScreenOrientationListener in com.iizix.prop
Methods in com.iizix.prop with parameters of type IScreenOrientationListener Modifier and Type Method Description booleanEnvProps. addScreenOrientationListener(IScreenOrientationListener listener)Adds a screen orientation listener for the client session.booleanEnvProps. removeScreenOrientationListener(IScreenOrientationListener listener)Removes a screen orientation listener for the client session.Uses of IScreenOrientationListener in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IScreenOrientationListener Modifier and Type Method Description booleanClientSessionGyro. addScreenOrientationListener(IScreenOrientationListener listener)Adds a screen orientation listener for the client session.booleanClientSessionGyro. removeScreenOrientationListener(IScreenOrientationListener listener)Removes a screen orientation listener for the client session.