|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jetlang.core.SynchronousExecutor
public class SynchronousExecutor
Executor that runs tasks on the current thread.
Constructor Summary | |
---|---|
SynchronousExecutor()
|
Method Summary | |
---|---|
void |
execute(java.lang.Runnable command)
|
boolean |
isRunning()
|
void |
setRunning(boolean _running)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SynchronousExecutor()
Method Detail |
---|
public boolean isRunning()
public void setRunning(boolean _running)
public void execute(java.lang.Runnable command)
execute
in interface java.util.concurrent.Executor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |