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