Example usage for Java javax.swing.event ChangeEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
ChangeEvent(Object source) Constructs a ChangeEvent object. |
Object | getSource() The object on which the Event initially occurred. |
String | toString() Returns a String representation of this EventObject. |