Uses of Class
spin.Invocation

Packages that use Invocation
spin   
spin.off   
spin.over   
 

Uses of Invocation in spin
 

Methods in spin with parameters of type Invocation
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
 void SpinOffEvaluator.evaluate(Invocation invocation)
          Spin the given invocation off the EDT.
 void ListenerSpinOver.evaluate(Invocation invocation)
           
 

Uses of Invocation in spin.over
 

Methods in spin.over with parameters of type Invocation
 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.
 



Copyright © 2007. All Rights Reserved.