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.
Should evaluations wait for the invocations.
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.
A demonstration of a GUI using spin off.
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.
A demonstration of a GUI using spin over.
Start this bean in an asynchron thread.
Start this bean in an asynchron thread.
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.