class FocusEventHandler
extends java.lang.Object
implements java.awt.event.FocusListener
| Modifier and Type | Field and Description |
|---|---|
private ChannelOutput |
event
The Channel action event notifications are sent down.
|
| Constructor and Description |
|---|
FocusEventHandler(ChannelOutput event)
constructs a new FocusEventHandler with the specified output Channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
focusGained(java.awt.event.FocusEvent e)
Invoked when the Component the event handler is listening to Gains the
input Focus.
|
void |
focusLost(java.awt.event.FocusEvent e)
Invoked when the Component the event handler is listening to Gains the
input Focus.
|
private ChannelOutput event
public FocusEventHandler(ChannelOutput event)
event - The Channel to send the event notification downpublic void focusGained(java.awt.event.FocusEvent e)
focusGained in interface java.awt.event.FocusListenere - The parameters associated with this eventpublic void focusLost(java.awt.event.FocusEvent e)
focusLost in interface java.awt.event.FocusListenere - The parameters associated with this event