org.apache.bsf.util.event.adapters
Class java_awt_event_FocusAdapter
java.lang.Object
org.apache.bsf.util.event.EventAdapterImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_awt_event_FocusAdapter
public java_awt_event_FocusAdapter()
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost
in interface FocusListener