Uses of Class
com.datasquad.task.Task
-
-
Uses of Task in com.datasquad.task
Fields in com.datasquad.task with type parameters of type Task Modifier and Type Field Description private java.util.Vector<Task>TaskStorage. mStorageMethods in com.datasquad.task that return types with arguments of type Task Modifier and Type Method Description (package private) java.util.Vector<Task>TaskStorage. getmStorage()GetterMethods in com.datasquad.task with parameters of type Task Modifier and Type Method Description (package private) voidTaskStorage. addTask(Task task)Used to add a task
-