FactoryObserver Class Referenceabstract
FactoryObserver class to keep trace on operations done by Factory. More...
Public Member Functions | |
virtual | ~FactoryObserver () |
Destructor. | |
virtual void | onObjectCreation (ConfigurationParameters *confParams, ParameterSettable *object, QString path, bool configured)=0 |
called when an object has been created | |
Detailed Description
FactoryObserver class to keep trace on operations done by Factory.
Definition at line 36 of file factoryobserver.h.
Constructor & Destructor Documentation
|
inlinevirtual |
Destructor.
Definition at line 39 of file factoryobserver.h.
Member Function Documentation
|
pure virtual |
called when an object has been created
- Parameters
-
confParams the pointer to the ConfigurationParameters from which the object has been created object is the pointer to the object created path is the full path into ConfigurationParameters where the object configuration is configured is true if the object has been also configured, false otherwise
Referenced by RealFactory::create().
The documentation for this class was generated from the following file:
- configuration/include/factoryobserver.h