Uses of Class
com.iizix.WorkerTask
Packages that use WorkerTask Package Description com.iizix com.iizix.prop.vs Uses of WorkerTask in com.iizix
Methods in com.iizix with parameters of type WorkerTask Modifier and Type Method Description void
WorkerTaskEnded. onTaskEnded(WorkerTask<I,P,R> task)
Called when the worker task has completed.boolean
Worker. post(WorkerTask<?,?,?> task)
Posts a task for execution at a later stage.boolean
Worker. postAndWait(WorkerTask<?,?,?> task)
Posts a task for execution at a later stage and waits for it's completion.boolean
Worker. 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 WorkerTask Modifier and Type Method Description default void
IVSActionProcessComplete. onTaskEnded(WorkerTask<VSAction,VSActionTXProcess,java.lang.Throwable> task)
Called when the worker task has completed.