|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.runtime.core.AbstractThreadingHandler
public abstract class AbstractThreadingHandler extends Object
Base implementation of the ThreadingHandler interface.
Constructor Summary | |
AbstractThreadingHandler()
|
Method Summary | |
---|---|
void
|
execAsync(Runnable runnable)
|
Future
|
execFuture(ExecutorService executorService, Closure closure)
|
Future
|
execFuture(Closure closure)
|
Future
|
execFuture(ExecutorService executorService, Callable callable)
|
Future
|
execFuture(Callable callable)
|
void
|
execInsideUIAsync(Runnable runnable)
|
void
|
execInsideUISync(Runnable runnable)
|
void
|
execOutside(Runnable runnable)
|
void
|
execOutsideUI(Runnable runnable)
|
void
|
execSync(Runnable runnable)
|
boolean
|
isUIThread()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
AbstractThreadingHandler()
Method Detail |
---|
public void execAsync(Runnable runnable)
public Future execFuture(ExecutorService executorService, Closure closure)
public Future execFuture(Closure closure)
public Future execFuture(ExecutorService executorService, Callable callable)
public Future execFuture(Callable callable)
public void execInsideUIAsync(Runnable runnable)
public void execInsideUISync(Runnable runnable)
public void execOutside(Runnable runnable)
public void execOutsideUI(Runnable runnable)
public void execSync(Runnable runnable)
public boolean isUIThread()
Groovy Documentation