Uses of Interface
com.iizix.WorkerTaskEnded
Uses of WorkerTaskEnded in com.iizix
Modifier and TypeMethodDescriptionfinal void
WorkerTask.setCallback
(WorkerTaskEnded<TASK_ID, PARAM, RESULT> callback) Sets the callback function that is called upon end of the task, called regardless if a result is set for normal completion, or an exception.ModifierConstructorDescriptionWorkerTask
(TASK_ID id, PARAM param, WorkerTaskEnded<TASK_ID, PARAM, RESULT> callback) Constructor for the task to perform, default priority.WorkerTask
(TASK_ID id, PARAM param, WorkerTaskEnded<TASK_ID, PARAM, RESULT> callback, int priority) Constructor for the task to perform.Uses of WorkerTaskEnded in com.iizix.prop.vs
Modifier and TypeInterfaceDescriptioninterface
Interface call when the VSAction TX process completes.