dwt v1.0.4+swt-3.4.1 (2020-03-19T06:15:23Z)
Home
Dub
Repo
EventObject
java
util
EventObject
Undocumented in source.
class
EventObject {
protected
Object
source
;
this
(Object source);
Object
getSource
();
String
toString
();
}
Constructors
this
this
(Object source)
Undocumented in source.
Members
Functions
getSource
Object
getSource
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
source
Object
source
;
Undocumented in source.
Meta
Source
See Implementation
java
util
EventObject
classes
EventObject