![]() |
|
|
Generated: 8 Jan 2009 |
#include <GaudiKernel/IRunable.h>


Package GaudiKernel
Abstract interface of an object to be "run". Best analogy: java.thread.Thread.run(). A known user is the application manager, which gives control to a runable for execution of the event loop.
Definition at line 22 of file IRunable.h.
Public Member Functions | |
| virtual StatusCode | run ()=0 |
| Run the class implementation. | |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
| static const InterfaceID& IRunable::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 25 of file IRunable.h.
00025 { return IID_IRunable; }
| virtual StatusCode IRunable::run | ( | ) | [pure virtual] |