Kanzi Connect 3.9.10
kanzi::connect::Connection::WorkNotifyCallback Class Referenceabstract

Callback interface used to notify listeners that there is work to be done. More...

#include <connection.hpp>

Inheritance diagram for kanzi::connect::Connection::WorkNotifyCallback:
kanzi::connect::WorkerBase kanzi::connect::Worker

Public Member Functions

virtual void workAvailable ()=0
 Invoked to notify that work is available.
 
virtual ~WorkNotifyCallback ()
 Virtual destructor for cleanup.
 

Detailed Description

Callback interface used to notify listeners that there is work to be done.

Constructor & Destructor Documentation

◆ ~WorkNotifyCallback()

virtual kanzi::connect::Connection::WorkNotifyCallback::~WorkNotifyCallback ( )
inlinevirtual

Virtual destructor for cleanup.

Member Function Documentation

◆ workAvailable()

virtual void kanzi::connect::Connection::WorkNotifyCallback::workAvailable ( )
pure virtual

Invoked to notify that work is available.

Generally invoked in context other than the application "main thread".

Implemented in kanzi::connect::WorkerBase.


The documentation for this class was generated from the following file: