|
openshot-audio
0.1.5
|
#include <juce_ActionListener.h>
Public Member Functions | |
| virtual | ~ActionListener () |
| virtual void | actionListenerCallback (const String &message)=0 |
Interface class for delivery of events that are sent by an ActionBroadcaster.
|
inlinevirtual |
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() |
Implemented in JUCEApplicationBase::MultipleInstanceHandler.
1.8.13