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