Uses of Class
spin.Evaluator

Packages that use Evaluator
spin   
spin.off   
spin.over   
spin.proxy   
 

Uses of Evaluator in spin
 

Methods in spin that return Evaluator
static Evaluator Spin.getDefaultOffEvaluator()
          Get the default evaluator for spin-off.
static Evaluator Spin.getDefaultOverEvaluator()
          Get the default evaluator for spin-over.
 

Methods in spin with parameters of type Evaluator
abstract  java.lang.Object ProxyFactory.createProxy(java.lang.Object object, Evaluator evaluator)
          Create a proxy for the given object that evaluates invocations with the given evaluator.
protected  java.lang.Object ProxyFactory.evaluteInvocation(Evaluator evaluator, java.lang.Object proxy, Invocation invocation)
          Evaluate the given invocation with the given evaluator.
static void Spin.setDefaultOffEvaluator(Evaluator evaluator)
          Set the default evaluator for spin-off.
static void Spin.setDefaultOverEvaluator(Evaluator evaluator)
          Set the default evaluator for spin-over.
 

Constructors in spin with parameters of type Evaluator
Spin(java.lang.Object object, Evaluator evaluator)
          Create a Spin wrapper for the given object.
Spin(java.lang.Object object, ProxyFactory proxyFactory, Evaluator evaluator)
          Create a Spin wrapper for the given object.
 

Uses of Evaluator in spin.off
 

Subclasses of Evaluator in spin.off
 class ListenerSpinOver
          An evaluator for spin-off that automatically spins-over all arguments of a SpinOffEvaluator if their corresponding parameter types are subinterfaces of java.util.EventListener.
 class SpinOffEvaluator
          An evaluator for spin-off, i.e. all invocations are evaluated on another thread than the EDT while further events are dispatched.
 

Constructors in spin.off with parameters of type Evaluator
ListenerSpinOver(Evaluator evaluator)
          Constructor.
 

Uses of Evaluator in spin.over
 

Subclasses of Evaluator in spin.over
 class SpinOverEvaluator
          An evaluator for spin-over, i.e. all invocations are evaluated on the EDT.
 

Uses of Evaluator in spin.proxy
 

Methods in spin.proxy with parameters of type Evaluator
 java.lang.Object JDKProxyFactory.createProxy(java.lang.Object object, Evaluator evaluator)
          The created proxy will not implement non-public interfaces from different class loaders since these yield an IllegalAccessError on construction of a proxy.
 java.lang.Object CGLibProxyFactory.createProxy(java.lang.Object object, Evaluator evaluator)
           
 



Copyright © 2007. All Rights Reserved.