|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.event.WindowAdapter
public class WindowAdapter
An adapter class that implements all methods of the
WindowListener
interface with empty methods.
Window
,
WindowEvent
,
WindowListener
,
Serialized FormConstructor Summary | |
---|---|
WindowAdapter()
|
Method Summary | |
---|---|
void |
windowClosed(WindowEvent e)
An empty implementation of the required WindowListener |
void |
windowClosing(WindowEvent e)
An empty implementation of the required WindowListener |
void |
windowOpened(WindowEvent e)
An empty implementation of the required WindowListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WindowAdapter()
Method Detail |
---|
public void windowClosed(WindowEvent e)
WindowListener
method.
- Specified by:
windowClosed
in interface WindowListener
- Parameters:
e
- A WindowEvent
event describing the action.- See Also:
WindowListener.windowClosed(WindowEvent)
public void windowClosing(WindowEvent e)
WindowListener
method.
- Specified by:
windowClosing
in interface WindowListener
- Parameters:
e
- A WindowEvent
event describing the action.- See Also:
WindowListener.windowClosing(WindowEvent)
public void windowOpened(WindowEvent e)
WindowListener
method.
- Specified by:
windowOpened
in interface WindowListener
- Parameters:
e
- A WindowEvent
event describing the action.- See Also:
WindowListener.windowOpened(WindowEvent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |