java.lang.Object | |
↳ | java.util.EventObject |
Known Direct Subclasses |
Known Indirect Subclasses |
EventObject
s represent events. Typically applications subclass this class to
add event specific information.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
source |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructs a new instance of this class.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Returns the object which fired the event.
|
||||||||||
|
Returns the string representation of this
EventObject
.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Constructs a new instance of this class.
source | the object which fired the event. |
---|
Returns the string representation of this
EventObject
.