14 #ifndef MODB_OBJECTLISTENER_H
15 #define MODB_OBJECTLISTENER_H
virtual void objectUpdated(class_id_t class_id, const URI &uri)=0
The specified URI has been added, updated, or deleted.
virtual ~ObjectListener()
Destroy the object listener.
Definition: ObjectListener.h:46
Interface for an object interested in updates to objects in the data store.
Definition: ObjectListener.h:41
A URI is used to identify managed objects in the MODB.
Definition: URI.h:41
Interface definition file for ClassInfo.
Interface definition file for URIs.