java.lang.Object | |
↳ | java.util.EventObject |
![]() |
![]() |
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
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructs a new instance of this class.
source | the object which fired the event. |
---|
Returns the string representation of this
EventObject
.