net.metanotion.util
Interface Stoppable


public interface Stoppable

Interface representing objects that should be "stopped" at some point after they are created.


Method Summary
 void stop()
          Should be called exactly once in the lifetime of an object.
 

Method Detail

stop

void stop()
Should be called exactly once in the lifetime of an object. No other methods should be called on the object after its stopped.