1 #ifndef WPP_INST_OP_OBSERVER_H_
2 #define WPP_INST_OP_OBSERVER_H_
The InstOpObserver class is an abstract base class that defines the interface for observing instance ...
virtual ~InstOpObserver()
virtual void resourceWrite(Instance &inst, const ResLink &resource)
Notifies observer immediately after write resource by server. Resource is already written during this...
virtual void resourceExecute(Instance &inst, const ResLink &resource)
Notifies observer immediately after execute resource by server. Resource is already executed during t...
Instance is interface class that implements manipulation with derived class resources....
The WppConnection class represents a connection interface for the Wpp library.