class ComponentEventHandler
extends java.lang.Object
implements java.awt.event.ComponentListener
| Modifier and Type | Field and Description |
|---|---|
private ChannelOutput |
event
The Channel action event notifications are sent down.
|
| Constructor and Description |
|---|
ComponentEventHandler(ChannelOutput event)
constructs a new ComponentEventHandler with the specified event output
Channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
componentHidden(java.awt.event.ComponentEvent e)
Invoked when the component the event handler is listening to is hidden.
|
void |
componentMoved(java.awt.event.ComponentEvent e)
Invoked when the component the event handler is listening to is moved.
|
void |
componentResized(java.awt.event.ComponentEvent e)
Invoked when the component the event handler is listening to is resized.
|
void |
componentShown(java.awt.event.ComponentEvent e)
Invoked when the component the event handler is listening to is shown.
|
private ChannelOutput event
public ComponentEventHandler(ChannelOutput event)
event - The Channel to send the event notification downpublic void componentResized(java.awt.event.ComponentEvent e)
componentResized in interface java.awt.event.ComponentListenere - The parameters associated with this eventpublic void componentMoved(java.awt.event.ComponentEvent e)
componentMoved in interface java.awt.event.ComponentListenere - The parameters associated with this eventpublic void componentShown(java.awt.event.ComponentEvent e)
componentShown in interface java.awt.event.ComponentListenere - The parameters associated with this eventpublic void componentHidden(java.awt.event.ComponentEvent e)
componentHidden in interface java.awt.event.ComponentListenere - The parameters associated with this event