uscxml::InvokerCallbacks Class Referenceabstract
Callbacks available for every invoker.
#include <InvokerImpl.h>
Inheritance diagram for uscxml::InvokerCallbacks:
Public Member Functions | |
| virtual | ~InvokerCallbacks () |
| silence virtual destructor warning from swig | |
| virtual void | enqueueExternal (const Event &event)=0 |
| virtual void | enqueueInternal (const Event &event)=0 |
| virtual ActionLanguage * | getActionLanguage ()=0 |
| virtual std::string | getBaseURL ()=0 |
| virtual Logger | getLogger ()=0 |
| virtual std::set< InterpreterMonitor * > | getMonitors ()=0 |
| We return a pointer to relax dependencies in transpiled mode. | |
The documentation for this class was generated from the following file:
- plugins/InvokerImpl.h
