charva.awt.event

Interface FocusListener

All Superinterfaces:
EventListener
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 Details

focusGained

public void focusGained(FocusEvent fe_)

focusLost

public void focusLost(FocusEvent fe_)