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

inline virtual ~WorkNotifyCallback()

Virtual destructor for cleanup.

virtual void workAvailable() = 0

Invoked to notify that work is available.

Generally invoked in context other than the application “main thread”.