1 #ifndef WPP_OBJ_OP_OBSERVER_H_
2 #define WPP_OBJ_OP_OBSERVER_H_
The ObjOpObserver class is an abstract base class that defines the interface for observing object ope...
virtual void instanceCreated(Object &object, ID_T instanceId)
Notifies the observer immediately after an instance of an object is created by the server.
virtual void instanceDeleting(Object &object, ID_T instanceId)
Notifies the observer about the deletion of an instance of an object by the server.
The Object class implements manipulation with Instance interface class and its inheritors.
The WppConnection class represents a connection interface for the Wpp library.