org.apache.bsf.util.event.adapters
public class java_awt_event_WindowAdapter extends EventAdapterImpl implements WindowListener
Method Summary | |
---|---|
void | windowActivated(WindowEvent e) |
void | windowClosed(WindowEvent e) |
void | windowClosing(WindowEvent e) |
void | windowDeactivated(WindowEvent e) |
void | windowDeiconified(WindowEvent e) |
void | windowIconified(WindowEvent e) |
void | windowOpened(WindowEvent e) |