Class InvestigatorTabRunnableJob
- java.lang.Object
-
- adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
-
- adams.gui.tools.wekainvestigator.job.InvestigatorTabRunnableJob
-
- All Implemented Interfaces:
Runnable
public class InvestigatorTabRunnableJob extends InvestigatorTabJob
For executing Runnable's in aAbstractInvestigatorTab
.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
Fields Modifier and Type Field Description protected Runnable
m_Run
the runnable to execute.-
Fields inherited from class adams.gui.tools.wekainvestigator.job.InvestigatorTabJob
m_Owner, m_Title
-
-
Constructor Summary
Constructors Constructor Description InvestigatorTabRunnableJob(AbstractInvestigatorTab owner, Runnable run)
Initializes the job.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doRun()
Performs the actual execution.
-
-
-
Field Detail
-
m_Run
protected Runnable m_Run
the runnable to execute.
-
-
Constructor Detail
-
InvestigatorTabRunnableJob
public InvestigatorTabRunnableJob(AbstractInvestigatorTab owner, Runnable run)
Initializes the job.- Parameters:
owner
- the owning tab
-
-
Method Detail
-
doRun
protected void doRun()
Performs the actual execution.- Specified by:
doRun
in classInvestigatorTabJob
-
-