Save This Page
Home » bsf-src-2.4.0 » org.apache.bsf.util.event.adapters » [javadoc | source]
org.apache.bsf.util.event.adapters
public class: java_awt_event_WindowAdapter [javadoc | source]
java.lang.Object
   org.apache.bsf.util.event.EventAdapterImpl
      org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter

All Implemented Interfaces:
    WindowListener, EventAdapter

Fields inherited from org.apache.bsf.util.event.EventAdapterImpl:
eventProcessor
Method from org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter Summary:
windowActivated,   windowClosed,   windowClosing,   windowDeactivated,   windowDeiconified,   windowIconified,   windowOpened
Methods from org.apache.bsf.util.event.EventAdapterImpl:
setEventProcessor
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter Detail:
 public  void windowActivated(WindowEvent e) 
 public  void windowClosed(WindowEvent e) 
 public  void windowClosing(WindowEvent e) 
 public  void windowDeactivated(WindowEvent e) 
 public  void windowDeiconified(WindowEvent e) 
 public  void windowIconified(WindowEvent e) 
 public  void windowOpened(WindowEvent e)