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


public interface Starter

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


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

Method Detail

startTask

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