public interface CradleUnlockEventListener
LeverStatus notifies the listener about the position of the Cradle Lever, among
LeverStatus.LEVER_STATUS_OPEN,
LeverStatus.LEVER_STATUS_CLOSE,
LeverStatus.LEVER_STATUS_UNKNOWN (in case of errors),
or LeverStatus.LEVER_STATUS_NOT_SUPPORTED
(if the device or the cradle do not support this type of notification).| Modifier and Type | Method and Description |
|---|---|
void |
onUnlockEvent(LeverStatus state)
This method is called when the Level change its status.
|
void onUnlockEvent(LeverStatus state)