The Gaudi Framework
v26r3
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
IIncidentListener.h
Go to the documentation of this file.
1
// $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/GaudiKernel/IIncidentListener.h,v 1.4 2004/07/19 06:47:55 mato Exp $
2
#ifndef GAUDIKERNEL_IINCIDENTLISTENER_H
3
#define GAUDIKERNEL_IINCIDENTLISTENER_H
4
5
// Include Files
6
#include "GaudiKernel/IInterface.h"
7
#include "GaudiKernel/Incident.h"
8
#include <string>
9
14
class
GAUDI_API
IIncidentListener
:
virtual
public
IInterface
{
15
public
:
17
DeclareInterfaceID
(
IIncidentListener
,2,0);
18
20
virtual
void
handle(
const
Incident
&) = 0;
21
};
22
23
#endif // GAUDIKERNEL_IINCIDENTLISTENER_H
GAUDI_API
#define GAUDI_API
Definition:
Kernel.h:108
IIncidentListener
The interface implemented by any class wanting to listen to Incidents.
Definition:
IIncidentListener.h:14
IInterface
Definition of the basic interface.
Definition:
IInterface.h:160
DeclareInterfaceID
#define DeclareInterfaceID(name, major, minor)
Macro to declare the interface ID when using the new mechanism of extending and implementing interfac...
Definition:
IInterface.h:23
Incident
Base class for all Incidents (computing events).
Definition:
Incident.h:16
GaudiKernel
GaudiKernel
IIncidentListener.h
Generated on Tue Jul 21 2015 12:23:32 for The Gaudi Framework by
1.8.9.1