charva.awt.event

Class WindowAdapter

Implemented Interfaces:
EventListener, WindowListener

public class WindowAdapter
extends java.lang.Object
implements WindowListener

An adapter for easy instantiation of the WindowListener interface

Method Summary

void
windowClosing(WindowEvent evt_)
void
windowOpened(WindowEvent evt_)

Method Details

windowClosing

public void windowClosing(WindowEvent evt_)
Specified by:
windowClosing in interface WindowListener

windowOpened

public void windowOpened(WindowEvent evt_)
Specified by:
windowOpened in interface WindowListener