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