Interface class for delivery of events that are sent by an ActionBroadcaster. More...
#include <juce_ActionListener.h>
Public Member Functions | |
virtual | ~ActionListener ()=default |
Destructor. More... | |
virtual void | actionListenerCallback (const String &message)=0 |
Overridden by your subclass to receive the callback. More... | |
Interface class for delivery of events that are sent by an ActionBroadcaster.
@tags{Events}
|
virtualdefault |
Destructor.
|
pure virtual |
Overridden by your subclass to receive the callback.
message | the string that was specified when the event was triggered by a call to ActionBroadcaster::sendActionMessage() |