Added in revision 24
public interface

CradleFailureEventListener

com.datalogic.cradle.CradleFailureEventListener

Class Overview

This interface allows an the application to be notified about occured on the Cradle.The Failure notifies the listener about Cradle failures among FAILURE_BAD_LEVER_POSITION, FAILURE_SOLENOID_OVERTEMPERATURE, FAILURE_WLC_EOC_TIMEOUT, FAILURE_WLC_FOD, FAILURE_WLC_TX, FAILURE_WRONG_DAISY_CHAIN_CONFIG, or FAILURE_UNKNOWN (in case of errors).

Summary

Public Methods
abstract void onFailureEvent(Failure error, boolean status)
This method is called when a failure occured on the Cradle.

Public Methods

public abstract void onFailureEvent (Failure error, boolean status)

Added in revision 24

This method is called when a failure occured on the Cradle.