charva.awt.event
Interface FocusListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DateEntryField

public interface FocusListener
extends EventListener

The listener interface for receiving focus events.


Method Summary
 void focusGained(FocusEvent fe_)
           
 void focusLost(FocusEvent fe_)
           
 

Method Detail

focusGained

public void focusGained(FocusEvent fe_)

focusLost

public void focusLost(FocusEvent fe_)