OpFlex Framework 1.7.0
opflex::modb::ObjectListener Class Referenceabstract

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.
 

Detailed Description

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.


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