Uses of Interface
com.iizix.gyro.IScreenOrientationListener
Packages that use IScreenOrientationListener
Uses of IScreenOrientationListener in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type IScreenOrientationListenerModifier and TypeMethodDescriptionboolean
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 IScreenOrientationListenerModifier and TypeMethodDescriptionboolean
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 IScreenOrientationListenerModifier and TypeMethodDescriptionboolean
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.