Alternate approach to listen connection state events - traditional observer pattern.
More...
#include <connection.hpp>
Alternate approach to listen connection state events - traditional observer pattern.
◆ ~StateObserver()
virtual kanzi::connect::Connection::StateObserver::~StateObserver |
( |
| ) |
|
|
inlinevirtual |
◆ connectionStateChanged()
virtual void kanzi::connect::Connection::StateObserver::connectionStateChanged |
( |
Connection::State | state | ) |
|
|
pure virtual |
called when connection state changes
- Parameters
-
state | the new connection state. |
The documentation for this class was generated from the following file: