Interface class for delivery of events that are sent by an ActionBroadcaster. More...
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.
|
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() |