3 #include <Poco/SharedPtr.h>
7 class ZWaveDriverEvent;
9 class OZWNotificationEvent;
16 typedef Poco::SharedPtr<ZWaveListener> Ptr;
Definition: ZWaveNodeEvent.h:14
virtual void onDriverStats(const ZWaveDriverEvent &nodeEvent)=0
Definition: ZWaveListener.h:14
virtual void onNotification(const OZWNotificationEvent &e)=0
virtual void onNodeStats(const ZWaveNodeEvent &nodeEvent)=0
Definition: ZWaveDriverEvent.h:14
Low-level OpenZWave notification event. Because, the OpenZWave::Notification cannot be copied nor clo...
Definition: OZWNotificationEvent.h:16