fipaos.util
Interface ThreadPool.Job

Enclosing class:
ThreadPool

public static interface ThreadPool.Job

Interface to be implemented by objects to be executed by threads within a ThreadPool


Method Summary
 void go()
          Invoked by a free-Thread when one becomes available
 

Method Detail

go

public void go()
Invoked by a free-Thread when one becomes available