client-cpp  0.0.1-SNAPSHOT
kaa::IAttachedEndpointListListener Class Referenceabstract

#include <IAttachedEndpointListListener.hpp>

Public Member Functions

virtual void onListUpdated (const std::map< std::string, std::string > &list)=0
 
virtual ~IAttachedEndpointListListener ()
 

Detailed Description

Callback interface for attached endpoint list change notifications

Definition at line 28 of file IAttachedEndpointListListener.hpp.

Constructor & Destructor Documentation

virtual kaa::IAttachedEndpointListListener::~IAttachedEndpointListListener ( )
inlinevirtual

Definition at line 37 of file IAttachedEndpointListListener.hpp.

Member Function Documentation

virtual void kaa::IAttachedEndpointListListener::onListUpdated ( const std::map< std::string, std::string > &  list)
pure virtual

Callback on attached endpoints list changed

Parameters
listInfo about each attached endpoint as "token/key hash" pair

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