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