CPP Device Virtualization API Reference for Oracle Internet of Things Cloud Service Client Software Library. Release 21.1.1.0.0-3. E92477-09
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
iotdcl::ChangeCallback Class Referenceabstract

A callback interface for receiving an event when the value of an attribute has changed. More...

#include <AbstractVirtualDevice.hpp>

Public Member Functions

virtual void onChange (const ChangeEvent< VirtualDevice > &event) const =0
 Callback for receiving an event when the value of an attribute has changed. More...
 

Detailed Description

A callback interface for receiving an event when the value of an attribute has changed.

See Also
iotdcl::AbstractVirtualDevice::setOnChange((const ChangeCallback *))

Member Function Documentation

virtual void iotdcl::ChangeCallback::onChange ( const ChangeEvent< VirtualDevice > &  event) const
pure virtual

Callback for receiving an event when the value of an attribute has changed.

This callback will never be invoked by the client-library with a null argument.

Parameters
eventAn event indicating the attribute for which the value has changed

The documentation for this class was generated from the following file: