Added in revision 3
public interface

TrolleyInsertionListener

com.datalogic.extension.selfshopping.cradle.TrolleyInsertionListener

Class Overview

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

Summary

Public Methods
abstract void onDeviceExtracted()
Method that will be called when the device has been extracted from the Trolley.
abstract void onDeviceInserted()
Method that will be called when the device has been inserted in the Trolley.

Public Methods

public abstract void onDeviceExtracted ()

Added in revision 3

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

public abstract void onDeviceInserted ()

Added in revision 3

Method that will be called when the device has been inserted in the Trolley.