uk.ac.starlink.util.gui
Class SelectCharactersEvent
java.lang.Object
java.util.EventObject
uk.ac.starlink.util.gui.SelectCharactersEvent
- All Implemented Interfaces:
- Serializable
public class SelectCharactersEvent
- extends EventObject
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:
- Serialized Form
text
protected String text
- The text.
SelectCharactersEvent
public SelectCharactersEvent(Object source,
String text)
- Constructs a SelectCharactersEvent object.
- Parameters:
source
- the source Object (typically this).text
- the new text.
getText
public String getText()
- Return the event text.
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.