#include <GaudiKernel/IRunable.h>
Inheritance diagram for IRunable:

Public Methods | |
| virtual StatusCode | run () = 0 |
| Run the class implementation. | |
Static Public Methods | |
| const InterfaceID& | interfaceID () |
| Retrieve interface ID. More... | |
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.
|
|
Retrieve interface ID.
Reimplemented from IInterface. Definition at line 25 of file IRunable.h. |
|
|
Run the class implementation.
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000