plugins.adufour.ezplug
Interface EzStoppable


public interface EzStoppable

Interface implemented by EzPlugs which handle a stop operation during the process.
When implemented, a stop button will appear on the graphical interface.

Version:
2010-11-09: First implementation
Author:
Alexandre Dufour

Nested Class Summary
static class EzStoppable.ForcedInterruptionHandler
           
 
Method Summary
 void stopExecution()
          Requests the implementing EzPlug to stop the currently running process.
 

Method Detail

stopExecution

void stopExecution()
Requests the implementing EzPlug to stop the currently running process.