Library: UPnP/GENA
Package: StateVariables
Header: Poco/UPnP/GENA/EventModerationPolicy.h
This event moderation policy does no moderation and fires an event whenever the event variable's value changes (the valueChanged() member function is called).
This moderation policy can be used with any event value type (numeric and string).
Direct Base Classes: EventModerationPolicy
All Base Classes: EventModerationPolicy
Member Functions: valueChanged
typedef Poco::BasicEvent < const T > Event;
NoModerationPolicy(
Event & event
);
void valueChanged(
const T & newValue
);