Package center.task

Examples of center.task.MemTaskInfo


public class TaskProcessor extends Alg {
  private MemTaskInfo tsk;

  public TaskProcessor(center.task.prm.Type tp, String owner, Element e, ATaskInfo parent) throws SysException {
    super(tp, owner);
    tsk = new MemTaskInfo();
    tsk.load(parent, e);
  }
View Full Code Here

TOP

Related Classes of center.task.MemTaskInfo

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.