![]() |
The Gaudi Framework
v26r3
|
allow call-backs when a tool is a created or retrieved More...
Public Member Functions | |
virtual | ~Observer () |
virtual void | onCreate (const IAlgTool *) |
virtual void | onRetrieve (const IAlgTool *) |
virtual | ~Observer () |
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 240 of file IToolSvc.h.
|
inlinevirtual |
Definition at line 242 of file IToolSvc.h.
|
inlinevirtual |
Definition at line 242 of file IToolSvc.h.
|
inlinevirtual |
Definition at line 243 of file IToolSvc.h.
|
inlinevirtual |
Definition at line 243 of file IToolSvc.h.
|
inlinevirtual |
Definition at line 244 of file IToolSvc.h.
|
inlinevirtual |
Definition at line 244 of file IToolSvc.h.