|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
The interface implemented by any class wanting to listen to Incidents. More...
#include <GaudiKernel/IIncidentListener.h>


Public Member Functions | |
| DeclareInterfaceID (IIncidentListener, 2, 0) | |
| InterfaceID. | |
| virtual void | handle (const Incident &)=0 |
| Inform that a new incident has occurred. | |
The interface implemented by any class wanting to listen to Incidents.
Definition at line 14 of file IIncidentListener.h.
| IIncidentListener::DeclareInterfaceID | ( | IIncidentListener | , | |
| 2 | , | |||
| 0 | ||||
| ) |
| virtual void IIncidentListener::handle | ( | const Incident & | ) | [pure virtual] |
Inform that a new incident has occurred.
Implemented in TimingAuditor, RecordDataSvc, DataOnDemandSvc, Gaudi::Utils::StopSignalHandler, and StalledEventMonitor.