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


public interface Pauser

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


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

Method Detail

pauseTask

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