|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.valhalla.jbother.InformationCollector
com.valhalla.jbother.TimeCollector
Field Summary | |
protected InformationViewerDialog |
dialog
|
protected java.lang.Integer |
id
|
Constructor Summary | |
TimeCollector(InformationViewerDialog dialog,
java.lang.Integer id)
The default constructor |
Method Summary | |
void |
run()
Called by the enclosing java.util.Thread
The run() method is responsible for collecting the requested information
and setting the field in the InformationViewerDialog |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Integer id
protected InformationViewerDialog dialog
Constructor Detail |
public TimeCollector(InformationViewerDialog dialog, java.lang.Integer id)
dialog
- the InformationViewerDialog that called this threadid
- the field idMethod Detail |
public void run()
java.util.Thread
The run() method is responsible for collecting the requested information
and setting the field in the InformationViewerDialog
run
in interface java.lang.Runnable
run
in class InformationCollector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |