Callback interface used to notify listeners that there is work to be done. More...
#include <connection.hpp>
Public Member Functions | |
virtual void | workAvailable ()=0 |
Invoked to notify that work is available. | |
virtual | ~WorkNotifyCallback () |
Virtual destructor for cleanup. | |
Callback interface used to notify listeners that there is work to be done.
|
inlinevirtual |
Virtual destructor for cleanup.
|
pure virtual |
Invoked to notify that work is available.
Generally invoked in context other than the application "main thread".
Implemented in kanzi::connect::WorkerBase.