QJCC homepage

biz.chitec.quarterback.util
Interface StoppableRunnable

All Superinterfaces:
java.lang.Runnable

public interface StoppableRunnable
extends java.lang.Runnable

Runnable with a special stopping method. stopGracefully() stops the thread somehow gracefully. How this is done is up to the implementation.

Version:
$Id: 65e47736febdf48853e0d1c2d9ed3dcf42cd9acf $
Author:
chitec/Dirk Hillbrecht 2001. Distributed under the terms of the GNU LGPL.

Method Summary
 void stopGracefully()
          Stops the operation of the run() method somehow gracefully.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

stopGracefully

public void stopGracefully()
Stops the operation of the run() method somehow gracefully. How this is done is up to the implementation.


QJCC homepage