ui::event::FocusListener Class Reference

Inheritance diagram for ui::event::FocusListener:

Inheritance graph
[legend]
List of all members.

Detailed Description

A listener for FocusEvents. Inherit this interface (and add the inheriting class as FocusListener) to receive FocusEvents. Example: addFocusListener(this); // add focus listener


Public Member Functions

virtual void focusGained (const FocusEvent &e)=0
virtual void focusLost (const FocusEvent &e)=0


Member Function Documentation

virtual void ui::event::FocusListener::focusGained const FocusEvent e  )  [pure virtual]
 

Called when the specified component receives focus.

Parameters:
e FocusEvent holding information regarding the Event.

virtual void ui::event::FocusListener::focusLost const FocusEvent e  )  [pure virtual]
 

Called when the specified component loses focus.

Parameters:
e FocusEvent holding information regarding the Event.


Generated on Mon Jun 20 19:41:57 2005 for UI by doxygen 1.3.1 using KingsTools