#include <TGo4WatchRunnable.h>

Public Member Functions | |
| TGo4WatchRunnable (const char *name, TGo4ExampleClient *cli) | |
| virtual | ~TGo4WatchRunnable () |
| virtual Int_t | Run (void *) |
| The working function which runs in the thread. | |
Static Public Attributes | |
| static const UInt_t | fguWATCHINTERVAL = 5000 |
| frequency in ms for the watcher runnable to check the application | |
Private Member Functions | |
| TGo4WatchRunnable () | |
Private Attributes | |
| TGo4ExampleApplication * | fxApplication |
| 1 0. | |
Definition at line 27 of file TGo4WatchRunnable.h.
| TGo4WatchRunnable::TGo4WatchRunnable | ( | const char * | name, | |
| TGo4ExampleClient * | cli | |||
| ) |
Definition at line 22 of file TGo4WatchRunnable.cxx.
| TGo4WatchRunnable::~TGo4WatchRunnable | ( | ) | [virtual] |
Definition at line 29 of file TGo4WatchRunnable.cxx.
| TGo4WatchRunnable::TGo4WatchRunnable | ( | ) | [private] |
| Int_t TGo4WatchRunnable::Run | ( | void * | ptr | ) | [virtual] |
The working function which runs in the thread.
Implements TGo4Runnable.
Definition at line 35 of file TGo4WatchRunnable.cxx.
const UInt_t TGo4WatchRunnable::fguWATCHINTERVAL = 5000 [static] |
frequency in ms for the watcher runnable to check the application
Definition at line 37 of file TGo4WatchRunnable.h.
1.5.6