Interface Stoppable


public interface Stoppable

An interface for something you can stop.


Method Summary
 void stop()
          Try to stop this thing.
 

Method Detail

stop

void stop()
Try to stop this thing.