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 boolean
IClientSessionGyro. addScreenOrientationListener(IScreenOrientationListener listener)
Adds a screen orientation listener for the client session.boolean
IClientSessionGyro. 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 boolean
EnvProps. addScreenOrientationListener(IScreenOrientationListener listener)
Adds a screen orientation listener for the client session.boolean
EnvProps. 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 boolean
ClientSessionGyro. addScreenOrientationListener(IScreenOrientationListener listener)
Adds a screen orientation listener for the client session.boolean
ClientSessionGyro. removeScreenOrientationListener(IScreenOrientationListener listener)
Removes a screen orientation listener for the client session.