|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
EventObjects represent events. Typically applications subclass this class to add event specific information.
EventListener,
Serialized Form| Constructor Summary | |
EventObject(java.lang.Object source)
Constructs a new instance of this class. |
|
| Method Summary | |
java.lang.Object |
getSource()
Answers the event source. |
java.lang.String |
toString()
Answers the string representation of this EventObject. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EventObject(java.lang.Object source)
source - the object which fired the event| Method Detail |
public java.lang.Object getSource()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||