class ContainerEventHandler
extends java.lang.Object
implements java.awt.event.ContainerListener
Modifier and Type | Field and Description |
---|---|
private ChannelOutput |
event
The Channel action event notifications are sent down.
|
Constructor and Description |
---|
ContainerEventHandler(ChannelOutput event)
constructs a new ContainerEventHandler with the specified event output
Channel.
|
Modifier and Type | Method and Description |
---|---|
void |
componentAdded(java.awt.event.ContainerEvent e)
Invoked when the Container the event handler is listening to has a new
Component added to it.
|
void |
componentRemoved(java.awt.event.ContainerEvent e)
Invoked when the Container the event handler is listening to has a new
Component removed from it.
|
private ChannelOutput event
public ContainerEventHandler(ChannelOutput event)
event
- The Channel to send the event notification downpublic void componentAdded(java.awt.event.ContainerEvent e)
componentAdded
in interface java.awt.event.ContainerListener
e
- The parameters associated with this eventpublic void componentRemoved(java.awt.event.ContainerEvent e)
componentRemoved
in interface java.awt.event.ContainerListener
e
- The parameters associated with this event