Inherited by VoicemanServer [private].
Public Types | |
| enum | { Silence = 0, Stopped = 1, QueueLimit = 2 } |
Public Member Functions | |
| virtual void | onExecutorEvent (int event)=0 |
| The function to notify about new executor event. | |
| virtual void AbstractExecutorCallback::onExecutorEvent | ( | int | event | ) | [pure virtual] |
This method notifies implementation new event was received from executor. ExecutorInterface class parses received information and provides event code. In future information provided by executor can be extended.
| [in] | event | The identifier about occurred event |
1.5.9