Notifies about Kaa client state changes and errors.
More...
#include <KaaClientStateListener.hpp>
Notifies about Kaa client state changes and errors.
- Author
- Denis Kimcherenko
Definition at line 34 of file KaaClientStateListener.hpp.
virtual kaa::KaaClientStateListener::~KaaClientStateListener |
( |
| ) |
|
|
virtualdefault |
virtual void kaa::KaaClientStateListener::onConnectionEstablished |
( |
const EndpointConnectionInfo & |
connection | ) |
|
|
inlinevirtual |
On connection established. The method is called as soon as the connection with either bootstrap or operation server is established.
- Parameters
-
Definition at line 96 of file KaaClientStateListener.hpp.
virtual void kaa::KaaClientStateListener::onPaused |
( |
| ) |
|
|
inlinevirtual |
virtual void kaa::KaaClientStateListener::onPauseFailure |
( |
const KaaException & |
exception | ) |
|
|
inlinevirtual |
On failure during Kaa client pause. Typically related to failure to free some resources.
- Parameters
-
exception | cause of failure |
Definition at line 61 of file KaaClientStateListener.hpp.
virtual void kaa::KaaClientStateListener::onResumed |
( |
| ) |
|
|
inlinevirtual |
virtual void kaa::KaaClientStateListener::onResumeFailure |
( |
const KaaException & |
exception | ) |
|
|
inlinevirtual |
On failure during Kaa client resume. Typically failure is related to network issues.
- Parameters
-
exception | cause of failure |
Definition at line 74 of file KaaClientStateListener.hpp.
virtual void kaa::KaaClientStateListener::onStarted |
( |
| ) |
|
|
inlinevirtual |
virtual void kaa::KaaClientStateListener::onStartFailure |
( |
const KaaException & |
exception | ) |
|
|
inlinevirtual |
On failure during Kaa client startup. Typically failure is related to network issues.
- Parameters
-
exception | cause of failure |
Definition at line 48 of file KaaClientStateListener.hpp.
virtual void kaa::KaaClientStateListener::onStopFailure |
( |
const KaaException & |
exception | ) |
|
|
inlinevirtual |
On failure during Kaa client stop. Typically related to failure to free some resources.
- Parameters
-
exception | cause of failure |
Definition at line 87 of file KaaClientStateListener.hpp.
virtual void kaa::KaaClientStateListener::onStopped |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: