Added in revision 24
public interface

CradleUnlockEventListener

com.datalogic.cradle.CradleUnlockEventListener

Class Overview

This interface allows an the application to be notified about Cradle Lever open event (device unlocked from the Cradle) and Cradle Lever closed event (device locked into the Cradle). The LeverStatus notifies the listener about the position of the Cradle Lever, among LEVER_STATUS_OPEN, LEVER_STATUS_CLOSE, LEVER_STATUS_UNKNOWN (in case of errors), or LEVER_STATUS_NOT_SUPPORTED (if the device or the cradle do not support this type of notification).

Summary

Public Methods
abstract void onUnlockEvent(LeverStatus state)
This method is called when the Level change its status.

Public Methods

public abstract void onUnlockEvent (LeverStatus state)

Added in revision 24

This method is called when the Level change its status.