Uses of Class
org.openforis.concurrency.Worker.Status
-
-
Uses of Worker.Status in org.openforis.concurrency
Methods in org.openforis.concurrency that return Worker.Status Modifier and Type Method Description Worker.StatusWorkerStatusChangeEvent. getFrom()Worker.StatusWorker. getStatus()Worker.StatusWorkerStatusChangeEvent. getTo()static Worker.StatusWorker.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Worker.Status[]Worker.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.concurrency with parameters of type Worker.Status Modifier and Type Method Description protected voidWorker. changeStatus(Worker.Status newStatus)Constructors in org.openforis.concurrency with parameters of type Worker.Status Constructor Description WorkerStatusChangeEvent(Worker source, Worker.Status from, Worker.Status to)
-