|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
JavaTM 2 Platform Standard Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--java.util.EventObject
The Event class is the abstract root class from which all event state objects shall be derived.
All Event's are constructed with a reference to the object, the "source", that is logically deemed to be the object upon which the Event in question initially occurred upon.
| Field Summary | |
protected Object |
source
The object on which the Event initially occurred. |
| Constructor Summary | |
EventObject(Object source)
Constructs a prototypical Event. |
|
| Method Summary | |
Object |
getSource()
The object on which the Event initially occurred. |
String |
toString()
Returns a String representation of this EventObject. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
protected transient Object source
| Constructor Detail |
public EventObject(Object source)
source - The object on which the Event initially occurred.| Method Detail |
public Object getSource()
public String toString()
|
JavaTM 2 Platform Standard Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||