Class SelectCharactersEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class SelectCharactersEvent
    extends java.util.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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String text
      The text.
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectCharactersEvent​(java.lang.Object source, java.lang.String text)
      Constructs a SelectCharactersEvent object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.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 java.lang.String text
        The text.
    • Constructor Detail

      • SelectCharactersEvent

        public SelectCharactersEvent​(java.lang.Object source,
                                     java.lang.String text)
        Constructs a SelectCharactersEvent object.
        Parameters:
        source - the source Object (typically this).
        text - the new text.
    • Method Detail

      • getText

        public java.lang.String getText()
        Return the event text.