uk.org.arlott.simon.java.lang
Interface Interruptable

All Known Implementing Classes:
NetworkViewPanel

public interface Interruptable

Simple interface for an object that can be interrupted.


Method Summary
 void interrupt()
          Interrupt this object.
 

Method Detail

interrupt

void interrupt()
Interrupt this object.