Uses of Interface
org.gvsig.remoteclient.taskplanning.IRunnableTask
Packages that use IRunnableTask
Package
Description
Gestor de downloads multihilo
-
Uses of IRunnableTask in org.gvsig.remoteclient.taskplanning
Methods in org.gvsig.remoteclient.taskplanning that return IRunnableTaskModifier and TypeMethodDescriptionFIFOTaskPlanner.nextTask()ITaskPlanner.nextTask()Takes the next task to be executed.FIFOTaskPlanner.previousTask()FIFO plans have no previous tasks so, null is always returned.ITaskPlanner.previousTask()Takes the previous executed task.IQueue.put(IRunnableTask task) Adds a new task to the queue.IQueue.take()Returns the next task by calling the task planner's nextTask() method.Methods in org.gvsig.remoteclient.taskplanning with parameters of type IRunnableTask -
Uses of IRunnableTask in org.gvsig.remoteclient.taskplanning.retrieving
Classes in org.gvsig.remoteclient.taskplanning.retrieving that implement IRunnableTaskModifier and TypeClassDescriptionclassClase para bajar ficheros en un thread independiente.Methods in org.gvsig.remoteclient.taskplanning.retrieving that return IRunnableTaskMethods in org.gvsig.remoteclient.taskplanning.retrieving with parameters of type IRunnableTask