Uses of Class
spin.Invocation
Packages that use Invocation
-
Uses of Invocation in spin
Methods in spin with parameters of type InvocationModifier and TypeMethodDescriptionabstract void
Evaluator.evaluate
(Invocation invocation) Evaluate the given invocation.protected Object
ProxyFactory.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 TypeMethodDescriptionvoid
ListenerSpinOver.evaluate
(Invocation invocation) final 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 InvocationModifier and TypeMethodDescriptionfinal 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.