|
service_discovery
|
#include <Client.hpp>
Classes | |
| struct | Event |
Public Types | |
| enum | EventType { UNKNOWN, DISCONNECTED, RECOVERED } |
Public Member Functions | |
| virtual | ~ClientObserver () |
| virtual void | update (const Event &event)=0 |
| virtual void | stop ()=0 |
ClientObserver interface, which is used by the client in order publish the events required to handle interrupted communication with the avahi-daemon
|
inlinevirtual |
|
pure virtual |
Stop any activity that requires service browers etc. and clean them up
Implemented in servicediscovery::avahi::ServiceDiscovery.
|
pure virtual |
Update the observer
Implemented in servicediscovery::avahi::ServiceDiscovery.
1.8.13