![]() |
ATLAS Offline Software
|
Pure abstract interface for all event serving classes that provide events, streams and status information to the serving threads. More...
#include <IEventReceiver.h>
Public Member Functions | |
| virtual | ~IEventReceiver () |
Event receiving methods | |
| virtual StatusCode | UpdateEventForStream (const EventStreamID &, const std::string &)=0 |
| Put this event as new current event for stream given by name. | |
Pure abstract interface for all event serving classes that provide events, streams and status information to the serving threads.
Definition at line 22 of file IEventReceiver.h.
|
inlinevirtual |
Definition at line 27 of file IEventReceiver.h.
|
pure virtual |
Put this event as new current event for stream given by name.
Implemented in JiveXML::JiveXMLServer, and JiveXML::ONCRPCServerSvc.