public interface WindowListener extends NEWTEventListener
WindowEvent listener.| Modifier and Type | Method and Description |
|---|---|
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.
|
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)
Copyright 2010 JogAmp Community.