com.sun.j2ee.blueprints.ui.progressbar
Interface Stopper


public interface Stopper

Interface implemented by classes which can stop a long-running task.


Method Summary
 void stopTask(javax.faces.context.FacesContext context)
          This method is called asynchronously from client scripting.
 

Method Detail

stopTask

void stopTask(javax.faces.context.FacesContext context)
This method is called asynchronously from client scripting. It stops a long-running task.