class ActionEventHandler
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
private ChannelOutput |
event
The Channel down which ActionEvent commands are sent.
|
Constructor and Description |
---|
ActionEventHandler(ChannelOutput event)
constructs a new ActionEventHandler with the specified output Channel.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs on the component.
|
private ChannelOutput event
public ActionEventHandler(ChannelOutput event)
event
- The Channel to send the event notification downpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- the parameter associated with this event