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 voidEvaluator. evaluate(Invocation invocation)Evaluate the given invocation.protected java.lang.ObjectProxyFactory. 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 voidListenerSpinOver. evaluate(Invocation invocation)voidSpinOffEvaluator. 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 voidSpinOverEvaluator. evaluate(Invocation invocation)Spin the given invocation on the EDT.protected voidSpinOverEvaluator. onInvokeLaterNonVoidReturnType(Invocation invocation)Hook method to handle a non-void return type of a invoked method.
-