Package uk.ac.starlink.util.gui
Class SelectCharactersEvent
java.lang.Object
java.util.EventObject
uk.ac.starlink.util.gui.SelectCharactersEvent
- All Implemented Interfaces:
Serializable
SelectCharactersEvent defines an event that passes on new text that
has been created.
- Since:
- $Date$, 03-NOV-2000
- Version:
- $Id$
- Author:
- Peter W. Draper
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionSelectCharactersEvent
(Object source, String text) Constructs a SelectCharactersEvent object. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
text
The text.
-
-
Constructor Details
-
SelectCharactersEvent
Constructs a SelectCharactersEvent object.- Parameters:
source
- the source Object (typically this).text
- the new text.
-
-
Method Details
-
getText
Return the event text.
-