|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spin.off.SimpleStarter
public class SimpleStarter
Simple implementation of a Starter
that creates a new thread
for each invocation of start(Runnable)
.
Constructor Summary | |
---|---|
SimpleStarter()
|
Method Summary | |
---|---|
void |
start(java.lang.Runnable runnable)
Start a runnable asynchronously. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleStarter()
Method Detail |
---|
public void start(java.lang.Runnable runnable)
start
in interface Starter
runnable
- runnable to start
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |