OpenShot Audio Library | OpenShotAudio 0.3.2
|
#include <juce_ActionListener.h>
Inherited by juce::JUCEApplicationBase::MultipleInstanceHandler.
Public Member Functions | |
virtual | ~ActionListener ()=default |
virtual void | actionListenerCallback (const String &message)=0 |
Interface class for delivery of events that are sent by an ActionBroadcaster.
Definition at line 34 of file juce_ActionListener.h.
|
virtualdefault |
Destructor.
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() |