Classes can implement this interface and register themselves with the Desktop class to receive callbacks when the currently focused component changes. More...
Inherited by ApplicationCommandManager [private], and KeyPressMappingSet.
Public Member Functions | |
| virtual | ~FocusChangeListener () |
| Destructor. | |
| virtual void | globalFocusChanged (Component *focusedComponent)=0 |
| Callback to indicate that the currently focused component has changed. | |
Classes can implement this interface and register themselves with the Desktop class to receive callbacks when the currently focused component changes.
| virtual FocusChangeListener::~FocusChangeListener | ( | ) | [virtual] |
Destructor.
| virtual void FocusChangeListener::globalFocusChanged | ( | Component * | focusedComponent | ) | [pure virtual] |
Callback to indicate that the currently focused component has changed.
Implemented in KeyPressMappingSet.
1.6.3