Uses of Interface
com.iizix.gyro.ILockState
Packages that use ILockState Package Description com.iizix.gyro com.iizix.server.gyro Uses of ILockState in com.iizix.gyro
Methods in com.iizix.gyro that return ILockState Modifier and Type Method Description ILockState
ILockState. createNewLock()
Creates a new lock state instance from this one, incrementing the lock, i.e.ILockState
IAppSessionGyro. requestUILock()
Requests a UI lock state.ILockState
IClientSessionGyro. requestUILock()
Requests a UI lock state.Uses of ILockState in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return ILockState Modifier and Type Method Description ILockState
AppSessionGyro. requestUILock()
Requests a UI lock state.ILockState
ClientSessionGyro. requestUILock()
Requests a UI lock state.