#include <pv_engine_observer.h>
Public Methods | |
virtual void | HandleInformationalEvent (const PVAsyncInformationalEvent &aEvent)=0 |
virtual | ~PVInformationalEventObserver () |
PVInformationalEventObserver is the PV SDK event observer class. It is used for communicating unsolicited informational events back to the user of the SDK.
Applications using the PV SDKs must have a class derived from PVInformationalEventObserver and implement the pure virtual function in order to receive informational event notifications from a PV SDK.
|
|
|
Handle an informational event that has been generated.
|