Added in revision 2
public interface

CradleInsertionListener

com.datalogic.extension.selfshopping.cradle.CradleInsertionListener

Class Overview

This interface is used by the application to listen to the events of insertion and extraction of the device from the Cradle.

Summary

Public Methods
abstract void onDeviceExtracted()
Method that will be called when the device has been extracted from the Cradle.
abstract void onDeviceInsertedCorrectly()
Method that will be called when the device has been inserted in the correct position into the Cradle.
abstract void onDeviceInsertedWrongly()
Method that will be called when the device has been inserted in the wrong position into the Cradle.

Public Methods

public abstract void onDeviceExtracted ()

Added in revision 2

Method that will be called when the device has been extracted from the Cradle.

public abstract void onDeviceInsertedCorrectly ()

Added in revision 2

Method that will be called when the device has been inserted in the correct position into the Cradle.

public abstract void onDeviceInsertedWrongly ()

Added in revision 2

Method that will be called when the device has been inserted in the wrong position into the Cradle.