net.sourceforge.groboutils.util.thread.v1
Interface TimedProcess.RunnableKiller

Enclosing interface:
TimedProcess

public static interface TimedProcess.RunnableKiller

Implement this interface to have your own method for killing the runner and thread. The caller will perform the Thread.join() manually. If the thread is still running after every possible attempt to stop the thread has occured (run this interface, and join), then a stop() will be called on the thread.


Method Summary
 void killRunnable(java.lang.Runnable r, java.lang.Thread t)
           
 

Method Detail

killRunnable

public void killRunnable(java.lang.Runnable r,
                         java.lang.Thread t)


Copyright © 2001-2003 by The GroboUtils Project