www.RoboHobby.com - Java ME/SE robotics project

com.robohobby.jsr296
Class TaskCenter

java.lang.Object
  extended by com.robohobby.jsr296.TaskCenter

public class TaskCenter
extends java.lang.Object

Class works with JSR 296 Tasks - generate new tasks, keeps additional information about tasks in the application.

Author:
Oleg

Method Summary
static TaskCenter getInstance()
           
 org.jdesktop.application.TaskMonitor getTaskMonitor()
           
 void runNewTask(int maxStep, long msecDelay)
           
 void setTaskMonitor(org.jdesktop.application.TaskMonitor taskMonitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TaskCenter getInstance()

getTaskMonitor

public org.jdesktop.application.TaskMonitor getTaskMonitor()

setTaskMonitor

public void setTaskMonitor(org.jdesktop.application.TaskMonitor taskMonitor)

runNewTask

public void runNewTask(int maxStep,
                       long msecDelay)

Copyright © 2009 OLeg Lyubchenko. All Rights Reserved.