|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
opencard.core.event.OpenCardEvent
public class 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 event| Method Detail |
|---|
public java.lang.String toString()
toString in class java.util.EventObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||