OpenShot Library | OpenShotAudio 0.2.2
|
Interface class for delivery of events that are sent by an ActionBroadcaster. More...
#include <juce_ActionListener.h>
Public Member Functions | |
virtual | ~ActionListener ()=default |
Destructor. | |
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.
Definition at line 38 of file juce_ActionListener.h.
|
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() |