jsky.util
Interface Interruptable

All Known Implementing Classes:
CatalogQueryTool, NavigatorQueryTool

public interface Interruptable

An interface for objects that can be interrupted (to stop whatever they are doing).


Method Summary
 void interrupt()
          Interrupt the current background thread.
 

Method Detail

interrupt

void interrupt()
Interrupt the current background thread.