Used to receive callbacks for text changes. More...
#include <juce_TextPropertyComponent.h>
Public Member Functions | |
virtual | ~Listener () |
Destructor. More... | |
virtual void | textPropertyComponentChanged (TextPropertyComponent *)=0 |
Called when text has finished being entered (i.e. More... | |
Used to receive callbacks for text changes.
|
inlinevirtual |
Destructor.
|
pure virtual |
Called when text has finished being entered (i.e.
not per keypress) has changed.