|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.valhalla.jbother.InformationCollector
Abstract information thread Each subclass of this class is to collect the information for a specific field
Field Summary | |
protected InformationViewerDialog |
dialog
|
protected java.lang.Integer |
id
|
Constructor Summary | |
InformationCollector(InformationViewerDialog dialog,
java.lang.Integer id)
The default constructor |
Method Summary | |
abstract void |
run()
Called by the enclosing java.util.Thread |
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 InformationCollector(InformationViewerDialog dialog, java.lang.Integer id)
dialog
- the InformationViewerDialog that called this threadid
- the field idMethod Detail |
public abstract void run()
java.util.Thread
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |