de.bb.util
Interface ThreadManager.Factory

Enclosing class:
ThreadManager

public static interface ThreadManager.Factory

Interface which contains the thread creating function. The implementation has to create a thread and to start it.


Method Summary
 void create(ThreadManager tm)
          The implementation either creates a new thread and starts it.
 

Method Detail

create

void create(ThreadManager tm)
The implementation either creates a new thread and starts it.

Parameters:
tm - the thread manager where each thread reports its state.