org.jasen.interfaces
Interface Stoppable

All Known Implementing Classes:
StoppableThread

public interface Stoppable

A thread which can be programatically stopped.

Author:
Jason Polites

Method Summary
 void finish()
          Stops the thread
 

Method Detail

finish

public void finish()
Stops the thread