|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
public class EventObject
EventObjects represent events. Typically applications subclass this class to add event specific information.
EventListener,
Serialized Form| Field Summary | |
|---|---|
protected Object |
source
The event source. |
| Constructor Summary | |
|---|---|
EventObject(Object source)
Constructs a new instance of this class. |
|
| Method Summary | |
|---|---|
Object |
getSource()
Returns the event source. |
String |
toString()
Returns the 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 which fired the event| Method Detail |
|---|
public Object getSource()
public String toString()
toString in class Object
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||