org.apache.bsf.util.event.adapters
Class java_awt_event_FocusAdapter

java.lang.Object
  extended by org.apache.bsf.util.event.EventAdapterImpl
      extended by org.apache.bsf.util.event.adapters.java_awt_event_FocusAdapter
All Implemented Interfaces:
FocusListener, EventListener, EventAdapter

public class java_awt_event_FocusAdapter
extends EventAdapterImpl
implements FocusListener


Field Summary
 
Fields inherited from class org.apache.bsf.util.event.EventAdapterImpl
eventProcessor
 
Constructor Summary
java_awt_event_FocusAdapter()
           
 
Method Summary
 void focusGained(FocusEvent e)
           
 void focusLost(FocusEvent e)
           
 
Methods inherited from class org.apache.bsf.util.event.EventAdapterImpl
setEventProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

java_awt_event_FocusAdapter

public java_awt_event_FocusAdapter()
Method Detail

focusGained

public void focusGained(FocusEvent e)
Specified by:
focusGained in interface FocusListener

focusLost

public void focusLost(FocusEvent e)
Specified by:
focusLost in interface FocusListener