#include <ServiceChangeListener.h>
Public Member Functions | |
virtual bool | operator== (const ServiceChangeListener &other)=0 |
virtual void | propertyChanged (Service *aService, const std::string &aPropertyName, const std::string &aOldValue, const std::string &aNewValue)=0 |
virtual void | propertiesChanged (Service *aService, const std::map< std::string, std::string > aOldResources, const std::map< std::string, std::string > aNewResources)=0 |
|
Must be defined to enable listener removal. |