client-cpp  0.8.1
kaa::DummyKaaClientStateListener Class Reference

#include <DummyKaaClientStateListener.hpp>

+ Inheritance diagram for kaa::DummyKaaClientStateListener:
+ Collaboration diagram for kaa::DummyKaaClientStateListener:

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...
 
- Public Member Functions inherited from kaa::IKaaClientStateListener
virtual ~IKaaClientStateListener ()=default
 

Detailed Description

Definition at line 24 of file DummyKaaClientStateListener.hpp.

Member Function Documentation

virtual void kaa::DummyKaaClientStateListener::onPaused ( )
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.

virtual void kaa::DummyKaaClientStateListener::onPauseFailure ( const KaaException exception)
inlinevirtual

On failure during Kaa client pause. Typically related to failure to free some resources.

Parameters
exception- cause of failure

Implements kaa::IKaaClientStateListener.

Definition at line 30 of file DummyKaaClientStateListener.hpp.

virtual void kaa::DummyKaaClientStateListener::onResumed ( )
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.

virtual void kaa::DummyKaaClientStateListener::onResumeFailure ( const KaaException exception)
inlinevirtual

On failure during Kaa client resume. Typically failure is related to network issues.

Parameters
exception- cause of failure

Implements kaa::IKaaClientStateListener.

Definition at line 33 of file DummyKaaClientStateListener.hpp.

virtual void kaa::DummyKaaClientStateListener::onStarted ( )
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.

virtual void kaa::DummyKaaClientStateListener::onStartFailure ( const KaaException exception)
inlinevirtual

On failure during Kaa client startup. Typically failure is related to network issues.

Parameters
exception- cause of failure

Implements kaa::IKaaClientStateListener.

Definition at line 27 of file DummyKaaClientStateListener.hpp.

virtual void kaa::DummyKaaClientStateListener::onStopFailure ( const KaaException exception)
inlinevirtual

On failure during Kaa client stop. Typically related to failure to free some resources.

Parameters
exception- cause of failure

Implements kaa::IKaaClientStateListener.

Definition at line 36 of file DummyKaaClientStateListener.hpp.

virtual void kaa::DummyKaaClientStateListener::onStopped ( )
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.


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