|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--opencard.core.event.OpenCardEvent
Observable events of the OpenCard framework. This is the super class of all event types in the framework.
Field Summary | |
protected int |
id
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
OpenCardEvent(java.lang.Object source,
int anId)
Constructs an object of this class. |
Method Summary | |
java.lang.String |
toString()
Gets a printable representation of this object. |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected int id
Constructor Detail |
public OpenCardEvent(java.lang.Object source, int anId)
source
- the object that created this eventanID
- numerical value giving more information about the nature of this eventMethod Detail |
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |