net.sourceforge.nite.search
Interface Interruptable

All Known Implementing Classes:
Engine

public interface Interruptable

Interface with the one and only methode interrupt() to stop something.


Method Summary
 void interrupt()
          Stops a running methode.
 

Method Detail

interrupt

void interrupt()
Stops a running methode.