|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.freecol.client.gui.WindowedFrameListener
public final class WindowedFrameListener
The WindowListener for the WindowedFrame class.
Constructor Summary | |
---|---|
WindowedFrameListener(Canvas canvas)
Constructs this WindowListener. |
Method Summary | |
---|---|
void |
windowActivated(java.awt.event.WindowEvent event)
Invoked when the window gets activated. |
void |
windowClosed(java.awt.event.WindowEvent event)
Invoked when the window gets closed. |
void |
windowClosing(java.awt.event.WindowEvent event)
Invoked when the window is closing. |
void |
windowDeactivated(java.awt.event.WindowEvent event)
Invoked when the window gets deactivated. |
void |
windowDeiconified(java.awt.event.WindowEvent event)
Invoked when the window gets deiconified. |
void |
windowIconified(java.awt.event.WindowEvent event)
Invoked when the window gets iconified. |
void |
windowOpened(java.awt.event.WindowEvent event)
Invoked when the window gets opened. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowedFrameListener(Canvas canvas)
canvas
- The Canvas
.Method Detail |
---|
public void windowActivated(java.awt.event.WindowEvent event)
windowActivated
in interface java.awt.event.WindowListener
event
- The event that has information on the action.public void windowClosed(java.awt.event.WindowEvent event)
windowClosed
in interface java.awt.event.WindowListener
event
- The event that has information on the action.public void windowClosing(java.awt.event.WindowEvent event)
windowClosing
in interface java.awt.event.WindowListener
event
- The event that has information on the action.public void windowDeactivated(java.awt.event.WindowEvent event)
windowDeactivated
in interface java.awt.event.WindowListener
event
- The event that has information on the action.public void windowDeiconified(java.awt.event.WindowEvent event)
windowDeiconified
in interface java.awt.event.WindowListener
event
- The event that has information on the action.public void windowIconified(java.awt.event.WindowEvent event)
windowIconified
in interface java.awt.event.WindowListener
event
- The event that has information on the action.public void windowOpened(java.awt.event.WindowEvent event)
windowOpened
in interface java.awt.event.WindowListener
event
- The event that has information on the action.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |