Uses of Class
com.meiglobal.ebds.api.event.AcceptorEvent

Packages that use AcceptorEvent
com.meiglobal.ebds.api   
com.meiglobal.ebds.api.event   
 

Uses of AcceptorEvent in com.meiglobal.ebds.api
 

Methods in com.meiglobal.ebds.api with parameters of type AcceptorEvent
 void Acceptor.acceptorEventOccurred(AcceptorEvent evt)
          Logs when an event occurs.
 

Uses of AcceptorEvent in com.meiglobal.ebds.api.event
 

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

Methods in com.meiglobal.ebds.api.event with parameters of type AcceptorEvent
 void AcceptorEventListener.acceptorEventOccurred(AcceptorEvent evt)
          Method that executes when an event is raised.
 void AcceptorEventSource.fireAcceptorEvent(AcceptorEvent evt)
          This method is used to fire AcceptorEvents.