|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.meiglobal.ebds.api.event.AcceptorEvent
public class AcceptorEvent
Base class for events generated by the acceptor device.
Field Summary | |
---|---|
protected java.lang.String |
description
A human-readable description of the event. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
AcceptorEvent(java.lang.Object source)
Constructor |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Getter for the event description. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String description
Constructor Detail |
---|
public AcceptorEvent(java.lang.Object source)
source
- The event source object.Method Detail |
---|
public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |