19 const int HandlerEvent::CHANGED_ENABLED = 1;
20 const int HandlerEvent::CHANGED_HANDLED = 1 << 1;
23 bool handledChanged) :
28 throw Poco::NullPointerException(
"Handler cannot be null");
static MsgHandler handler
SmartPointer< IHandler > GetHandler() const
bool IsHandledChanged() const
HandlerEvent(const SmartPointer< IHandler > handler, bool enabledChanged, bool handledChanged)
bool IsEnabledChanged() const