Uses of Class
spin.Invocation
Packages that use Invocation
-
Uses of Invocation in spin
Methods in spin with parameters of type InvocationModifier and TypeMethodDescriptionabstract voidEvaluator.evaluate(Invocation invocation) Evaluate the given invocation.protected ObjectProxyFactory.evaluteInvocation(Evaluator evaluator, 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 InvocationModifier and TypeMethodDescriptionvoidListenerSpinOver.evaluate(Invocation invocation) final 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 InvocationModifier and TypeMethodDescriptionfinal 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.