com.valhalla.jbother
Class InformationCollector

java.lang.Object
  extended bycom.valhalla.jbother.InformationCollector
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
TimeCollector, VersionCollector

abstract class InformationCollector
extends java.lang.Object
implements java.lang.Runnable

Abstract information thread Each subclass of this class is to collect the information for a specific field

Version:
1.0
Author:
Adam Olsen

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

id

protected java.lang.Integer id

dialog

protected InformationViewerDialog dialog
Constructor Detail

InformationCollector

public InformationCollector(InformationViewerDialog dialog,
                            java.lang.Integer id)
The default constructor

Parameters:
dialog - the InformationViewerDialog that called this thread
id - the field id
Method Detail

run

public abstract void run()
Called by the enclosing java.util.Thread

Specified by:
run in interface java.lang.Runnable