IncidentSvc::Listener Struct Reference

#include <src/IncidentSvc/IncidentSvc.h>

Collaboration diagram for IncidentSvc::Listener:

Public Member Functions

 Listener (IIncidentListener *il, long pri, bool thr=false, bool single=false)
 

Public Attributes

IIncidentListeneriListener
 
long priority
 
bool rethrow
 
bool singleShot
 

Detailed Description

Definition at line 39 of file IncidentSvc.h.

Constructor & Destructor Documentation

IncidentSvc::Listener::Listener ( IIncidentListener il,
long  pri,
bool  thr = false,
bool  single = false 
)
inline

Definition at line 46 of file IncidentSvc.h.

46  :
47  iListener(il), priority(pri), rethrow(thr), singleShot(single){}
IIncidentListener * iListener
Definition: IncidentSvc.h:41

Member Data Documentation

IIncidentListener* IncidentSvc::Listener::iListener

Definition at line 41 of file IncidentSvc.h.

long IncidentSvc::Listener::priority

Definition at line 42 of file IncidentSvc.h.

bool IncidentSvc::Listener::rethrow

Definition at line 43 of file IncidentSvc.h.

bool IncidentSvc::Listener::singleShot

Definition at line 44 of file IncidentSvc.h.


The documentation for this struct was generated from the following file: