14#ifndef MODB_OBJECTLISTENER_H
15#define MODB_OBJECTLISTENER_H
Interface definition file for ClassInfo.
Interface definition file for URIs.
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:43
virtual ~ObjectListener()
Destroy the object listener.
Definition ObjectListener.h:46
virtual void objectUpdated(class_id_t class_id, const URI &uri)=0
The specified URI has been added, updated, or deleted.