Package com.meiglobal.ebds.api.event

Interface Summary
AcceptorEventListener Interface to implement in order to listen for acceptor events.
 

Class Summary
AcceptorEvent Base class for events generated by the acceptor device.
AcceptorEventSource Base class for event generation.
CalibrateFinishEvent Event generated when calibration finishes.
CalibrateProgressEvent Event generated when a calibrate progress is reported by the device.
CalibrateStartEvent Event generated when the device starts the calibration process.
CashBoxAttachedEvent Event generated when the device detects that a cash box is attached.
CashBoxCleanlinessDetected Event generated when the device detects that a cash box does not meet proper sensor reading levels.
CashBoxRemovedEvent Event generated when the device detects that the cashbox has been removed.
CheatedEvent Event generated when the device detects a cheat attempt.
ClearAuditCompleteEvent Event generated when the device finishes the firmware download process.
ConnectedEvent Event generated when the device gets connected.
DisconnectedEvent Event generated when there is a disconnection from the device.
DownloadFinishEvent Event generated when the device finishes the firmware download process.
DownloadProgressEvent Event generated when the device is downloading the firmware, the event contains the packet number sent.
DownloadRestartEvent Event generated when the device restarts after a firmware download.
DownloadStartEvent Event generated when the device starts the firmware download process.
EscrowEvent Event generated when a document has reached the escrow position.
FailureClearedEvent Event generated when a failure condition is cleared.
FailureDetectedEvent Event generated when a failure condition is detected.
InvalidCommandEvent Event generated when an invalid command is sent to the device.
JamClearedEvent Event generated when a device jam is cleared.
JamDetectedEvent Event generated when the device detects a jam.
NoteRetrievedEvent Event generated when the user removes a note that is sitting the mouth of the acceptor after it has been rejected/returned.
PauseClearedEvent Event generated when a pause condition is cleared.
PauseDetectedEvent Event generated when a pause condition is detected.
PowerUpCompleteEvent Event generated when the Power Up routine is complete.
PowerUpEvent Event generated when the device enters its power up routine.
PUPEscrowEvent Event generated when a PUP is escrowed.
RejectedEvent Event generated when a document is rejected.
ReturnedEvent Event generated when a document is returned.
SendMessageFailureEvent Event generated when the api fails send a non-poll message or fails to receive a proper reply to the sent message.
StackedEvent Event generated when a document is stacked.
StackerFullClearedEvent Event generated when the device stacker full event has been cleared.
StackerFullEvent Event generated when the device stacker is full and can no longer accept notes.
StallClearedEvent Event generated when the device stall condition is cleared.
StallDetectedEvent Event generated when a stall condtion is detected on the device.