File Information
Library: UPnP/GENA
Package: StateVariables
Header: Poco/UPnP/GENA/EventModerationPolicy.h
Description
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).
Inheritance
Direct Base Classes: EventModerationPolicy
All Base Classes: EventModerationPolicy
Member Summary
Member Functions: valueChanged
Types
Event
typedef Poco::BasicEvent < const T > Event;
Constructors
NoModerationPolicy
NoModerationPolicy(
Event & event
);
Member Functions
valueChanged
void valueChanged(
const T & newValue
);