Set the arguments for the invoked method.
Set the default dispatcher factory.
Set the default evaluator for spin-off.
Set the default evaluator for spin-over.
Set the default factory of proxies.
Set the method to invoke.
Set the object this invocation is evaluated on.
Set the result of evaluation
Set the throwable thrown on evaluation.
Simple implementation of a
Starter
that creates a new
thread for each invocation of
start(Runnable)
.
Spin offers a transparent threading solution for developing
non-freezing Swing applications.
Create a Spin wrapper for the given object.
Create a Spin wrapper for the given object.
An evaluator for spin-off, i.e.
Create an evaluator for spin-off using the default dispatcherFactory and starter.
Create an evaluator for spin-off using the default starter.
Create an evaluator for spin-off.
Create an evaluator for spin-off using the default dispatcherFactory.
Spin-over the given object.
An evaluator for spin-over, i.e.
Create an evaluator for spin-over using the default wait setting.
Create an evaluator for spin-over.
Start dispatching events.
Start a runnable asynchronously.
Start a Runnable
asynchronously.
A
Starter
starts
Runnable
s asynchronously -
used by
SpinOffEvaluator
s to spin-off non UI computations from the EDT.