![]() |
The Gaudi Framework
v27r1
|
allow call-backs when a tool is a created or retrieved More...
#include <GaudiKernel/IToolSvc.h>
Public Member Functions | |
virtual | ~Observer ()=default |
virtual void | onCreate (const IAlgTool *) |
virtual void | onRetrieve (const IAlgTool *) |
allow call-backs when a tool is a created or retrieved
IToolSvc implementations will call 'Observer::onCreate' when a tool is created, and 'Observer::onRetrieve' if a tool is retrieved.
The user is responsible of the life time of the object and must un-register it before it is deleted (e.g. during the finalization).
Definition at line 244 of file IToolSvc.h.
|
virtualdefault |
|
inlinevirtual |
Definition at line 247 of file IToolSvc.h.
|
inlinevirtual |
Definition at line 248 of file IToolSvc.h.