EventObject
public class EventObject
extends Object
implements Serializable
Known Direct Subclasses
|
Known Indirect Subclasses
|
所有事件状态对象应从其派生的根类。
所有事件都是参照对象,即“源”,在逻辑上被认为是有关事件最初发生的对象。
Summary
Fields
source
Object source
事件最初发生的对象。
Public constructors
EventObject
EventObject (Object source)
构建一个原型事件。
Parameters |
source |
Object : The object on which the Event initially occurred. |
Public methods
getSource
Object getSource ()
事件最初发生的对象。
Returns |
Object |
The object on which the Event initially occurred. |
toString
String toString ()
返回此EventObject的字符串表示形式。
Returns |
String |
A a String representation of this EventObject. |