Connection::StateObserver¶
-
class
kanzi::connect::Connection
::
StateObserver
Alternate approach to listen connection state events - traditional observer pattern.
Public Functions
-
~StateObserver
()
-
void
connectionStateChanged
(Connection::State state) = 0 called when connection state changes
- Parameters
state
: the new connection state.
-