Classes can implement this interface and register themselves with the Desktop class to receive callbacks when the currently focused component changes. More...
#include <juce_Desktop.h>
Public Member Functions | |
virtual | ~FocusChangeListener () |
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.
{GUI}
|
inlinevirtual |
Destructor.
|
pure virtual |
Callback to indicate that the currently focused component has changed.
Implemented in juce::ApplicationCommandManager, and juce::KeyPressMappingSet.