org.huihoo.jfox.pool.thread
Interface ThreadPool

All Known Implementing Classes:
SimpleThreadPool

public interface ThreadPool

Author:
Young Yang

Method Summary
 void runThread(Threadable thread)
          run a Threadable object
 

Method Detail

runThread

public void runThread(Threadable thread)
run a Threadable object
Parameters:
thread -