org.apache.bsf.util.event.adapters
Class java_awt_event_WindowAdapter
java.lang.Object
org.apache.bsf.util.event.EventAdapterImpl
org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
- All Implemented Interfaces:
- WindowListener, EventListener, EventAdapter
public class java_awt_event_WindowAdapter
- extends EventAdapterImpl
- implements WindowListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_awt_event_WindowAdapter
public java_awt_event_WindowAdapter()
windowActivated
public void windowActivated(WindowEvent e)
- Specified by:
windowActivated
in interface WindowListener
windowClosed
public void windowClosed(WindowEvent e)
- Specified by:
windowClosed
in interface WindowListener
windowClosing
public void windowClosing(WindowEvent e)
- Specified by:
windowClosing
in interface WindowListener
windowDeactivated
public void windowDeactivated(WindowEvent e)
- Specified by:
windowDeactivated
in interface WindowListener
windowDeiconified
public void windowDeiconified(WindowEvent e)
- Specified by:
windowDeiconified
in interface WindowListener
windowIconified
public void windowIconified(WindowEvent e)
- Specified by:
windowIconified
in interface WindowListener
windowOpened
public void windowOpened(WindowEvent e)
- Specified by:
windowOpened
in interface WindowListener