Package | Description |
---|---|
spin | |
spin.off | |
spin.over |
Modifier and Type | Method and Description |
---|---|
abstract 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SpinOffEvaluator.evaluate(Invocation invocation)
Spin the given invocation off the EDT.
|
void |
ListenerSpinOver.evaluate(Invocation invocation) |
Modifier and Type | Method and Description |
---|---|
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 © 2013. All rights reserved.