org.zaval.data.event
Class TextListenerSupport
java.lang.Object
|
+--org.zaval.data.event.TextListenerSupport
- public class TextListenerSupport
- extends java.lang.Object
This is a utility class that can be used by a class that generates TextEvent to support
list of text listeners.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextListenerSupport
public TextListenerSupport()
addListener
public void addListener(TextListener l)
removeListener
public void removeListener(TextListener l)
perform
public void perform(TextEvent e)
|