1 #ifndef WPP_INST_EVENT_OBSERVER_H_
2 #define WPP_INST_EVENT_OBSERVER_H_
The InstEventObserver class is an abstract base class that defines the interface for observing instan...
virtual ~InstEventObserver()
virtual void instEvent(Instance &inst, EVENT_ID_T eventId)
Notifies observer about the generation of a specific event for a specific implementation of the objec...
Instance is interface class that implements manipulation with derived class resources....
The WppConnection class represents a connection interface for the Wpp library.