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


public interface Resumer

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


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

Method Detail

resumeTask

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