ConForM.CoopnTools.Simulator
Class SimInitWorker

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.CoopnSwingWorker
        |
        +--ConForM.CoopnTools.Simulator.SimInitWorker

public class SimInitWorker
extends CoopnSwingWorker

Runnable for initial state first evaluation.


Method Summary
 java.lang.Object construct()
          Compute the value to be returned by the get method.
 void finished()
          Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
 
Methods inherited from class ConForM.CoopnTools.CoKer.CoopnSwingWorker
get, getValue, interrupt, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

construct

public java.lang.Object construct()
Compute the value to be returned by the get method.
Overrides:
construct in class CoopnSwingWorker

finished

public void finished()
Called on the event dispatching thread (not on the worker thread) after the construct method has returned.
Overrides:
finished in class CoopnSwingWorker