Package wowodc.background.tasks

Examples of wowodc.background.tasks.T03BackgroundTaskWithProgressFeedback


   * Demo 3
   *
   * @return long response page running a task that implements {@link IERXStatus}, {@link IERXPercentComplete} and {@link IERXStoppable} interfaces.
   */
  public WOActionResults dispatchBackgroundTaskWithLongResponsePageFeedback() {
    Runnable task = new T03BackgroundTaskWithProgressFeedback();
   
    CCAjaxLongResponsePage nextPage = pageWithName(CCAjaxLongResponsePage.class);
    nextPage.setTask(task);
   
    return nextPage;
View Full Code Here

TOP

Related Classes of wowodc.background.tasks.T03BackgroundTaskWithProgressFeedback

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.