uk.ac.starlink.util.gui
Class SelectCharactersEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
protected  String text
          The text.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SelectCharactersEvent(Object source, String text)
          Constructs a SelectCharactersEvent object.
 
Method Summary
 String getText()
          Return the event text.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

protected String text
The text.

Constructor Detail

SelectCharactersEvent

public SelectCharactersEvent(Object source,
                             String text)
Constructs a SelectCharactersEvent object.

Parameters:
source - the source Object (typically this).
text - the new text.
Method Detail

getText

public String getText()
Return the event text.



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.