com.photoviewer.client.util
Interface Killable

All Superinterfaces:
java.lang.Runnable

public interface Killable
extends java.lang.Runnable

Interface for commands to be executed by the CommandRunner. It adds the stop() API which Killable's can use to set a flag so that they can exit early. Date: Sep 15, 2002 Time: 12:34:16 AM

Author:
John De Regnaucourt

Method Summary
 void stop()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

stop

public void stop()