class WindowEventHandler
extends java.lang.Object
implements java.awt.event.WindowListener
| Modifier and Type | Field and Description |
|---|---|
protected ChannelOutput |
event
The Channel action event notifications are sent down.
|
| Constructor and Description |
|---|
WindowEventHandler(ChannelOutput event)
constructs a new WindowEventHandler with the specified output Channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
windowActivated(java.awt.event.WindowEvent e)
Invoked when the Component the event handler is listening to has the window
activated.
|
void |
windowClosed(java.awt.event.WindowEvent e)
Invoked when the Component the event handler is listening to has the window
closed.
|
void |
windowClosing(java.awt.event.WindowEvent e)
Invoked when the Component the event handler is listening to has the window
start to close.
|
void |
windowDeactivated(java.awt.event.WindowEvent e)
Invoked when the Component the event handler is listening to has the window
deactivated.
|
void |
windowDeiconified(java.awt.event.WindowEvent e)
Invoked when the Component the event handler is listening to has the window
deiconified.
|
void |
windowIconified(java.awt.event.WindowEvent e)
Invoked when the Component the event handler is listening to has the window
iconified.
|
void |
windowOpened(java.awt.event.WindowEvent e)
Invoked when the Component the event handler is listening to has the window
opened.
|
protected ChannelOutput event
public WindowEventHandler(ChannelOutput event)
event - The Channel to send the event notification downpublic void windowOpened(java.awt.event.WindowEvent e)
windowOpened in interface java.awt.event.WindowListenere - The parameters associated with this eventpublic void windowClosing(java.awt.event.WindowEvent e)
windowClosing in interface java.awt.event.WindowListenere - The parameters associated with this eventpublic void windowClosed(java.awt.event.WindowEvent e)
windowClosed in interface java.awt.event.WindowListenere - The parameters associated with this eventpublic void windowIconified(java.awt.event.WindowEvent e)
windowIconified in interface java.awt.event.WindowListenere - The parameters associated with this eventpublic void windowDeiconified(java.awt.event.WindowEvent e)
windowDeiconified in interface java.awt.event.WindowListenere - The parameters associated with this eventpublic void windowActivated(java.awt.event.WindowEvent e)
windowActivated in interface java.awt.event.WindowListenere - The parameters associated with this eventpublic void windowDeactivated(java.awt.event.WindowEvent e)
windowDeactivated in interface java.awt.event.WindowListenere - The parameters associated with this event