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

Packages that use TimedProcess.RunnableKiller
net.sourceforge.groboutils.util.thread.v1 A collection of classes to aid in speeding the development of threaded applications. 
 

Uses of TimedProcess.RunnableKiller in net.sourceforge.groboutils.util.thread.v1
 

Methods in net.sourceforge.groboutils.util.thread.v1 with parameters of type TimedProcess.RunnableKiller
 void TimedProcess.runTimed(java.lang.Runnable process, long waitTimeMillis, TimedProcess.RunnableKiller processEnder)
          Runs the given process in a Thread.
protected  void TimedProcess.stopThread(java.lang.Thread t, java.lang.Runnable process, TimedProcess.RunnableKiller processEnder)
           
 



Copyright © 2001-2003 by The GroboUtils Project