class TextEventHandler
extends java.lang.Object
implements java.awt.event.TextListener
Modifier and Type | Field and Description |
---|---|
private ChannelOutput |
event
The Channel TextEvent notifications are sent down.
|
Constructor and Description |
---|
TextEventHandler(ChannelOutput event)
constructs a new TextEventHandler with the specified event Channel.
|
Modifier and Type | Method and Description |
---|---|
void |
textValueChanged(java.awt.event.TextEvent e)
Invoked when an Text change occurs on the component the event handler is
listening to.
|
private ChannelOutput event
public TextEventHandler(ChannelOutput event)
event
- The Channel TextEvent notifications are sent down.public void textValueChanged(java.awt.event.TextEvent e)
textValueChanged
in interface java.awt.event.TextListener
e
- The parameters associated with this event