Uses of Class
com.iizix.WorkerTask
Packages that use WorkerTask
Uses of WorkerTask in com.iizix
Methods in com.iizix with parameters of type WorkerTaskModifier and TypeMethodDescriptionvoidWorkerTaskEnded.onTaskEnded(WorkerTask<I, P, R> task) Called when the worker task has completed.booleanWorker.post(WorkerTask<?, ?, ?> task) Posts a task for execution at a later stage.booleanWorker.postAndWait(WorkerTask<?, ?, ?> task) Posts a task for execution at a later stage and waits for it's completion.booleanWorker.postModalWait(WorkerTask<?, ?, ?> task) Posts a task for execution at a later stage and waits for it's completion when a call torelaseModal(modalID,result)is called.Uses of WorkerTask in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type WorkerTaskModifier and TypeMethodDescriptiondefault voidIVSActionProcessComplete.onTaskEnded(WorkerTask<VSAction, VSActionTXProcess, Throwable> task) Called when the worker task has completed.