Uses of Class
spin.Invocation
-
Packages that use Invocation Package Description spin spin.off spin.over -
-
Uses of Invocation in spin
Methods in spin with parameters of type Invocation Modifier and Type Method Description abstract void
Evaluator. evaluate(Invocation invocation)
Evaluate the given invocation.protected java.lang.Object
ProxyFactory. evaluteInvocation(Evaluator evaluator, java.lang.Object proxy, Invocation invocation)
Evaluate the given invocation with the given evaluator. -
Uses of Invocation in spin.off
Methods in spin.off with parameters of type Invocation Modifier and Type Method Description void
ListenerSpinOver. evaluate(Invocation invocation)
void
SpinOffEvaluator. evaluate(Invocation invocation)
Spin the given invocation off the EDT. -
Uses of Invocation in spin.over
Methods in spin.over with parameters of type Invocation Modifier and Type Method Description void
SpinOverEvaluator. evaluate(Invocation invocation)
Spin the given invocation on the EDT.protected void
SpinOverEvaluator. onInvokeLaterNonVoidReturnType(Invocation invocation)
Hook method to handle a non-void return type of a invoked method.
-