OpFlex Framework 1.7.0
|
Interface for an object interested in updates to objects in the data store. More...
#include <opflex/modb/ObjectListener.h>
Public Member Functions | |
virtual | ~ObjectListener () |
Destroy the object listener. | |
virtual void | objectUpdated (class_id_t class_id, const URI &uri)=0 |
The specified URI has been added, updated, or deleted. | |
Interface for an object interested in updates to objects in the data store.
Object listeners are registered for a particular class will be triggered for any modifications for objects of that class or any transitive children of objects of that class.