Package gri.tasks

Examples of gri.tasks.AsyncTaskWrapper$TaskController


    this.task = task;
    this.asyncTask = aTask;
    this.taskDescription = desc;
  }
  public TaskEntry(String id, Task task, TaskDescription desc) {
    this(id, task, new AsyncTaskWrapper(task), desc);
  }
View Full Code Here

TOP

Related Classes of gri.tasks.AsyncTaskWrapper$TaskController

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.