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 [private].
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 |
Destructor.
|
pure virtual |
Callback to indicate that the currently focused component has changed.
Implemented in KeyPressMappingSet.