Interface class for delivery of events that are sent by an ActionBroadcaster.
Public Member Functions | |
| virtual | ~ActionListener ()=default |
| Destructor. | |
| virtual void | actionListenerCallback (const String &message)=0 |
| Overridden by your subclass to receive the callback. | |
|
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() |