Method Summary |
|
abstract public Object | construct() Compute the value to be returned by the get method. |
public void | finished() Called on the event dispatching thread (not on the worker thread)
after the construct method has returned. |
public Object | get() Return the value created by the construct method. |
protected synchronized Object | getValue() Get the value produced by the worker thread, or null if it
hasn't been constructed yet. |
public void | interrupt() A new method that interrupts the worker thread. |
public void | start() Start the worker thread. |