Public Methods | |
Reporter () | |
Thread | getThread () |
void | run () |
void | start () |
void | stop () |
Private Attributes | |
Thread | thread |
boolean | running |
Definition at line 11 of file Reporter.java.
|
Inizialize the Reporter. Definition at line 25 of file Reporter.java. |
|
Periodically prints a report line. Definition at line 35 of file Reporter.java. |
|
Starts the reporter. Reimplemented from iReporter. Definition at line 56 of file Reporter.java. |
|
Stops the reporter. Reimplemented from iReporter. Definition at line 63 of file Reporter.java. |
|
It is set to true when the reporter is running. Definition at line 20 of file Reporter.java. |
|
The Thread that periodically reports information about the search. Definition at line 15 of file Reporter.java. |