|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectspin.Evaluator
spin.over.SpinOverEvaluator
An evaluator for spin-over, i.e. all invocations are evaluated on the EDT.
Constructor Summary | |
SpinOverEvaluator()
Create an evaluator for spin-over using the default wait setting. |
|
SpinOverEvaluator(boolean wait)
Create an evaluator for spin-over. |
Method Summary | |
void |
evaluate(Invocation invocation)
Spin the given invocation on the EDT. |
static boolean |
getDefaultWait()
|
protected void |
onInvokeLaterNonVoidReturnType(Invocation invocation)
|
static void |
setDefaultWait(boolean wait)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SpinOverEvaluator()
setDefaultWait(boolean)
public SpinOverEvaluator(boolean wait)
wait
- should the invocation wait for the evaluation to completeMethod Detail |
public final void evaluate(Invocation invocation) throws java.lang.Throwable
evaluate
in class Evaluator
invocation
- invocation to spin-over
java.lang.Throwable
protected void onInvokeLaterNonVoidReturnType(Invocation invocation) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static boolean getDefaultWait()
public static void setDefaultWait(boolean wait)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |