|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
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. | |
Interface class for delivery of events that are sent by an ActionBroadcaster.
@tags{Events}
Definition at line 34 of file juce_ActionListener.h.
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() |