se.chalmers.cs.gf.dialogutil
Class TextEvent

java.lang.Object
  extended by java.util.EventObject
      extended by se.chalmers.cs.gf.dialogutil.TextEvent
All Implemented Interfaces:
java.io.Serializable

public class TextEvent
extends java.util.EventObject

Represents a text input event.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TextEvent(java.lang.Object source, java.lang.String text)
           
 
Method Summary
 java.lang.String getText()
          Gets the text that was input.
 
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
 

Constructor Detail

TextEvent

public TextEvent(java.lang.Object source,
                 java.lang.String text)
Method Detail

getText

public java.lang.String getText()
Gets the text that was input.