File Information
Library: IoT/WebEvent
Package: Generated
Header: IoT/WebEvent/WebEventNotifierEventDispatcher.h
Description
A simplified Remoting-capable interface to the Poco::OSP::WebEvent::WebEventService, usable from both C++ and JavaScript.
Inheritance
Direct Base Classes: Poco::RemotingNG::EventDispatcher
All Base Classes: Poco::RefCountedObject, Poco::RemotingNG::EventDispatcher
Member Summary
Member Functions: event__event, remoting__typeId
Inherited Functions: accept, attributes, duplicate, protocol, referenceCount, release, removeEventFilter, setEventFilter, setEventFilterImpl, subscribe, transportForSubscriber, unsubscribe
Constructors
WebEventNotifierEventDispatcher
WebEventNotifierEventDispatcher(
IWebEventNotifier * pInterface,
const Poco::RemotingNG::Identifiable::ObjectId & objectId,
const std::string & protocol
);
Creates a WebEventNotifierEventDispatcher.
Destructor
~WebEventNotifierEventDispatcher
virtual ~WebEventNotifierEventDispatcher();
Destroys the WebEventNotifierEventDispatcher.
Member Functions
event__event
void event__event(
const void * pSender,
const IoT::WebEvent::EventNotification & data
);
remoting__typeId
virtual const Poco::RemotingNG::Identifiable::TypeId & remoting__typeId() const;