Connection::WorkNotifyCallback¶
-
class
kanzi::connect::Connection::WorkNotifyCallback Callback interface used to notify listeners that there is work to be done.
Subclassed by WorkerBase
Public Functions
-
~WorkNotifyCallback() Virtual destructor for cleanup.
-
void
workAvailable() = 0 Invoked to notify that work is available.
Generally invoked in context other than the application “main thread”.
-