Added in revision 23
public interface

CradleUnlockKeyEventListener

com.datalogic.cradle.CradleUnlockKeyEventListener

Class Overview

This interface allows an the application to be notified about insertion and extraction of the Unlock Key into/from the Cradle. The UnlockKeyStatus notifies the listener about the position of the Unlock Key into the Cradle, among UNLOCK_KEY_STATUS_INSERTED, UNLOCK_KEY_STATUS_EXTRACTED, UNLOCK_KEY_STATUS_UNKNOWN (in case of errors), or UNLOCK_KEY_STATUS_NOT_SUPPORTED (if the device or the cradle do not support this type of notification).

Summary

Public Methods
abstract void onUnlockKeyEvent(UnlockKeyStatus state)
This method is called when the Unlock Key has been inserted into or extracted from the Cradle.

Public Methods

public abstract void onUnlockKeyEvent (UnlockKeyStatus state)

Added in revision 23

This method is called when the Unlock Key has been inserted into or extracted from the Cradle.