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
-
Field Summary
Fields inherited from class org.apache.bsf.util.event.EventAdapterImpl
eventProcessor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidMethods inherited from class org.apache.bsf.util.event.EventAdapterImpl
setEventProcessor
-
Constructor Details
-
java_awt_event_WindowAdapter
public java_awt_event_WindowAdapter()
-
-
Method Details
-
windowActivated
- Specified by:
windowActivatedin interfaceWindowListener
-
windowClosed
- Specified by:
windowClosedin interfaceWindowListener
-
windowClosing
- Specified by:
windowClosingin interfaceWindowListener
-
windowDeactivated
- Specified by:
windowDeactivatedin interfaceWindowListener
-
windowDeiconified
- Specified by:
windowDeiconifiedin interfaceWindowListener
-
windowIconified
- Specified by:
windowIconifiedin interfaceWindowListener
-
windowOpened
- Specified by:
windowOpenedin interfaceWindowListener
-