client-cpp
0.9.0
|
#include <DummyKaaClientStateListener.hpp>
Public Member Functions | |
virtual void | onStarted () |
On successful start of Kaa client. Kaa client is successfully connected to Kaa cluster and is ready for usage. More... | |
virtual void | onStartFailure (const KaaException &exception) |
On failure during Kaa client startup. Typically failure is related to network issues. More... | |
virtual void | onPaused () |
On successful pause of Kaa client. Kaa client is successfully paused and does not consume any resources now. More... | |
virtual void | onPauseFailure (const KaaException &exception) |
On failure during Kaa client pause. Typically related to failure to free some resources. More... | |
virtual void | onResumed () |
On successful resume of Kaa client. Kaa client is successfully connected to Kaa cluster and is ready for usage. More... | |
virtual void | onResumeFailure (const KaaException &exception) |
On failure during Kaa client resume. Typically failure is related to network issues. More... | |
virtual void | onStopped () |
On successful stop of Kaa client. Kaa client is successfully stopped and does not consume any resources now. More... | |
virtual void | onStopFailure (const KaaException &exception) |
On failure during Kaa client stop. Typically related to failure to free some resources. More... | |
![]() | |
virtual | ~IKaaClientStateListener ()=default |
Definition at line 24 of file DummyKaaClientStateListener.hpp.
|
inlinevirtual |
On successful pause of Kaa client. Kaa client is successfully paused and does not consume any resources now.
Implements kaa::IKaaClientStateListener.
Definition at line 29 of file DummyKaaClientStateListener.hpp.
|
inlinevirtual |
On failure during Kaa client pause. Typically related to failure to free some resources.
exception | - cause of failure |
Implements kaa::IKaaClientStateListener.
Definition at line 30 of file DummyKaaClientStateListener.hpp.
|
inlinevirtual |
On successful resume of Kaa client. Kaa client is successfully connected to Kaa cluster and is ready for usage.
Implements kaa::IKaaClientStateListener.
Definition at line 32 of file DummyKaaClientStateListener.hpp.
|
inlinevirtual |
On failure during Kaa client resume. Typically failure is related to network issues.
exception | - cause of failure |
Implements kaa::IKaaClientStateListener.
Definition at line 33 of file DummyKaaClientStateListener.hpp.
|
inlinevirtual |
On successful start of Kaa client. Kaa client is successfully connected to Kaa cluster and is ready for usage.
Implements kaa::IKaaClientStateListener.
Definition at line 26 of file DummyKaaClientStateListener.hpp.
|
inlinevirtual |
On failure during Kaa client startup. Typically failure is related to network issues.
exception | - cause of failure |
Implements kaa::IKaaClientStateListener.
Definition at line 27 of file DummyKaaClientStateListener.hpp.
|
inlinevirtual |
On failure during Kaa client stop. Typically related to failure to free some resources.
exception | - cause of failure |
Implements kaa::IKaaClientStateListener.
Definition at line 36 of file DummyKaaClientStateListener.hpp.
|
inlinevirtual |
On successful stop of Kaa client. Kaa client is successfully stopped and does not consume any resources now.
Implements kaa::IKaaClientStateListener.
Definition at line 35 of file DummyKaaClientStateListener.hpp.