The Gaudi Framework
v26r4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IIncidentListener.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_IINCIDENTLISTENER_H
2
#define GAUDIKERNEL_IINCIDENTLISTENER_H
3
4
// Include Files
5
#include "GaudiKernel/IInterface.h"
6
#include "GaudiKernel/Incident.h"
7
#include <string>
8
13
class
GAUDI_API
IIncidentListener
:
virtual
public
IInterface
{
14
public
:
16
DeclareInterfaceID
(
IIncidentListener
,2,0);
17
19
virtual
void
handle(
const
Incident
&) = 0;
20
};
21
22
#endif // GAUDIKERNEL_IINCIDENTLISTENER_H
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:107
DeclareInterfaceID
#define DeclareInterfaceID(iface, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:14
IIncidentListener
The interface implemented by any class wanting to listen to Incidents.
Definition:
IIncidentListener.h:13
IInterface
Definition of the basic interface.
Definition:
IInterface.h:234
Incident
Base class for all Incidents (computing events).
Definition:
Incident.h:16
InstallArea
x86_64-slc6-gcc48-opt
include
GaudiKernel
IIncidentListener.h
Generated on Mon Oct 12 2015 16:26:48 for The Gaudi Framework by
1.8.9.1