

Public Member Functions | |
| void | setDelay (long delay) |
| void | run () |
| void | start () |
Static Public Attributes | |
| static long | DEFAULT_DELAY = 60000 |
Protected Attributes | |
| String | filename |
| long | delay |
| void setDelay | ( | long | delay | ) | [inline] |
Set the delay to observe between each check of the file changes.
| void run | ( | ) | [virtual] |
| void start | ( | ) |
Causes this thread to begin execution; calls the run method of this thread.
Reimplemented from Thread.
long DEFAULT_DELAY = 60000 [static] |
The default delay between every file modification check, set to 60 seconds.
String filename [protected] |
The name of the file to observe for changes.
long delay [protected] |
The delay to observe between every check. By default set DEFAULT_DELAY.
1.5.5