22 #ifndef LISTENERS_ATTRIBUTELISTENER_H
23 #define LISTENERS_ATTRIBUTELISTENER_H
38 const int64_t newVal) = 0;
42 const int64_t newVal);
Attributes ::T AttributesT
#define defineListenerHeader(name)
virtual void attributeChanged(const AttributesT id, const int64_t oldVal, const int64_t newVal)=0
static void distributeEvent(const AttributesT id, const int64_t oldVal, const int64_t newVal)
#define A_DELETE_COPY(func)