spin.off

Class SimpleStarter

Implemented Interfaces:
Starter

public class SimpleStarter
extends java.lang.Object
implements Starter

Simple implementation of a Starter that creates a new thread for each invocation of start(Runnable).

Method Summary

void
start(Runnable runnable)
Start a runnable asynchronously.

Method Details

start

public void start(Runnable runnable)
Start a runnable asynchronously.
Parameters:
runnable - runnable to start