|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WindowListener
NEWT WindowEvent listener.
| Method Summary | |
|---|---|
void |
windowDestroyed(WindowEvent e)
Window has been destroyed. |
void |
windowDestroyNotify(WindowEvent e)
Window destruction has been requested. |
void |
windowGainedFocus(WindowEvent e)
Window gained focus. |
void |
windowLostFocus(WindowEvent e)
Window lost focus. |
void |
windowMoved(WindowEvent e)
Window has been moved. |
void |
windowRepaint(WindowUpdateEvent e)
Window area shall be repainted. |
void |
windowResized(WindowEvent e)
Window is resized, your application shall respect the new window dimension. |
| Method Detail |
|---|
void windowResized(WindowEvent e)
void windowMoved(WindowEvent e)
void windowDestroyNotify(WindowEvent e)
Depending on the default close operation,
the window maybe destroyed or not.
void windowDestroyed(WindowEvent e)
void windowGainedFocus(WindowEvent e)
void windowLostFocus(WindowEvent e)
void windowRepaint(WindowUpdateEvent e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||