org.huihoo.jfox.pool.thread
Interface Threadable


public interface Threadable

可以交给 object pool 来运行的对象

Author:
Young Yang

Method Summary
 void run()
          the method that the thread will do
 

Method Detail

run

public void run()
the method that the thread will do