FactoryObserver Class Reference

FactoryObserver class to keep trace on operations done by Factory. More...

List of all members.

Public Member Functions

virtual ~FactoryObserver ()
 Destructor.
virtual void onObjectCreation (ParameterSettable *object, QString className, 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 33 of file factoryobserver.h.


Constructor & Destructor Documentation

virtual ~FactoryObserver ( ) [inline, virtual]

Destructor.

Definition at line 36 of file factoryobserver.h.


Member Function Documentation

virtual void onObjectCreation ( ParameterSettable object,
QString  className,
QString  path,
bool  configured 
) [pure virtual]

called when an object has been created

Parameters:
objectis the pointer to the object created
classNameis the name of the class of the object created
pathis the full path into ConfigurationParameters where the object configuration is
configuredis 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: