![]() |
|
|
Generated: 24 Nov 2008 |
#include <GaudiKernel/IIncidentListener.h>


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.
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.