client-cpp  0.7.0
kaa::IDetachEndpointCallback Class Referenceabstract

Interface to the listener notifies of the result of whether the current endpoint has successfully detached a target endpoint. More...

#include <IDetachEndpointCallback.hpp>

Public Member Functions

virtual void onDetachSuccess ()=0
 Callback is used when the current endpoint has successfully detached the target endpoint. More...
 
virtual void onDetachFailed ()=0
 Callback is used when the current endpoint has failed to detach the target endpoint. More...
 
virtual ~IDetachEndpointCallback ()
 

Detailed Description

Interface to the listener notifies of the result of whether the current endpoint has successfully detached a target endpoint.

The target endpoint will be detached to the user to which the current endpoint is attached.

Definition at line 30 of file IDetachEndpointCallback.hpp.

Constructor & Destructor Documentation

virtual kaa::IDetachEndpointCallback::~IDetachEndpointCallback ( )
inlinevirtual

Definition at line 42 of file IDetachEndpointCallback.hpp.

Member Function Documentation

virtual void kaa::IDetachEndpointCallback::onDetachFailed ( )
pure virtual

Callback is used when the current endpoint has failed to detach the target endpoint.

virtual void kaa::IDetachEndpointCallback::onDetachSuccess ( )
pure virtual

Callback is used when the current endpoint has successfully detached the target endpoint.


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