![]() |
|
|
Generated: 18 Jul 2008 |
#include <GaudiKernel/IIncidentListener.h>
Inheritance diagram for IIncidentListener:


Definition at line 18 of file IIncidentListener.h.
Public Member Functions | |
| virtual void | handle (const Incident &)=0 |
| Inform that a new incident has occured. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
| static const InterfaceID& IIncidentListener::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 21 of file IIncidentListener.h.
References IID_IIncidentListener.
Referenced by FastContainersSvc::queryInterface(), AlgContextSvc::queryInterface(), and TimingAuditor::queryInterface().
00021 { return IID_IIncidentListener; }
| virtual void IIncidentListener::handle | ( | const Incident & | ) | [pure virtual] |
Inform that a new incident has occured.
Implemented in TimingAuditor, DataListenerSvc, AlgContextSvc, DetDataSvc, FastContainersSvc, HistorySvc, DataOnDemandSvc, and RndmEngine.