swingwt.awt.event
Interface FocusListener

All Superinterfaces:
EventListener, java.util.EventListener
All Known Implementing Classes:
AWTEventMulticaster, DefaultCellEditor.SWTEditor, FocusAdapter, JComponent.InternalFrameSelectionListener

public interface FocusListener
extends EventListener


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

Method Detail

focusGained

public void focusGained(FocusEvent e)

focusLost

public void focusLost(FocusEvent e)