fr.inria.ketuk.scriptEventHandler
Class ScriptTextHandler

java.lang.Object
  |
  +--fr.inria.ketuk.scriptEventHandler.ScriptTextHandler
All Implemented Interfaces:
java.util.EventListener, java.awt.event.TextListener

public class ScriptTextHandler
extends java.lang.Object
implements java.awt.event.TextListener

A listener class which handle text events

Author:
Claude Pasquier

Constructor Summary
ScriptTextHandler()
           
 
Method Summary
 void textValueChanged(java.awt.event.TextEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptTextHandler

public ScriptTextHandler()
Method Detail

textValueChanged

public void textValueChanged(java.awt.event.TextEvent event)
Specified by:
textValueChanged in interface java.awt.event.TextListener