charva.awt.event
Interface FocusListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
DateEntryField, FocusAdapter

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

void focusGained(FocusEvent fe_)

focusLost

void focusLost(FocusEvent fe_)