|
|||||||||
| 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.
| Field Summary | |
|---|---|
private FreeColClient |
freeColClient
|
| Constructor Summary | |
|---|---|
WindowedFrameListener(FreeColClient freeColClient)
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private FreeColClient freeColClient
| Constructor Detail |
|---|
public WindowedFrameListener(FreeColClient freeColClient)
canvas - The Canvas.| Method Detail |
|---|
public void windowActivated(java.awt.event.WindowEvent event)
windowActivated in interface java.awt.event.WindowListenerevent - The event that has information on the action.public void windowClosed(java.awt.event.WindowEvent event)
windowClosed in interface java.awt.event.WindowListenerevent - The event that has information on the action.public void windowClosing(java.awt.event.WindowEvent event)
windowClosing in interface java.awt.event.WindowListenerevent - The event that has information on the action.public void windowDeactivated(java.awt.event.WindowEvent event)
windowDeactivated in interface java.awt.event.WindowListenerevent - The event that has information on the action.public void windowDeiconified(java.awt.event.WindowEvent event)
windowDeiconified in interface java.awt.event.WindowListenerevent - The event that has information on the action.public void windowIconified(java.awt.event.WindowEvent event)
windowIconified in interface java.awt.event.WindowListenerevent - The event that has information on the action.public void windowOpened(java.awt.event.WindowEvent event)
windowOpened in interface java.awt.event.WindowListenerevent - The event that has information on the action.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||