|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <GaudiKernel/IRunable.h>


Public Member Functions | |
| DeclareInterfaceID (IRunable, 2, 0) | |
| InterfaceID. | |
| virtual StatusCode | run ()=0 |
| Run the class implementation. | |
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 19 of file IRunable.h.
| IRunable::DeclareInterfaceID | ( | IRunable | , | |
| 2 | , | |||
| 0 | ||||
| ) |
| virtual StatusCode IRunable::run | ( | ) | [pure virtual] |