The interface implemented by the IncidentSvc service.
More...
#include <GaudiKernel/IIncidentSvc.h>
List of all members.
Detailed Description
The interface implemented by the IncidentSvc service.
It is used by Listeners to declare themselves that they are interested by Incidents of a certain type and by Incident originators.
- Author:
- Pere Mato
Definition at line 21 of file IIncidentSvc.h.
Member Function Documentation
| virtual void IIncidentSvc::addListener |
( |
IIncidentListener * |
lis, |
|
|
const std::string & |
type = "", |
|
|
long |
priority = 0, |
|
|
bool |
rethrow = false, |
|
|
bool |
singleShot = false |
|
) |
| [pure virtual] |
Add listener.
- Parameters:
-
| lis | Listener address |
| type | Incident type |
| priority | Priority in handling incident |
Implemented in IncidentSvc.
| virtual void IIncidentSvc::fireIncident |
( |
const Incident & |
incident ) |
[pure virtual] |
Remove listener.
- Parameters:
-
Implemented in IncidentSvc.
The documentation for this class was generated from the following file:
- /afs/.cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v22r2/GaudiKernel/GaudiKernel/IIncidentSvc.h