Uses of Interface
com.iizix.WorkerTaskEnded
Packages that use WorkerTaskEnded
Uses of WorkerTaskEnded in com.iizix
Methods in com.iizix with parameters of type WorkerTaskEndedModifier 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.Constructors in com.iizix with parameters of type WorkerTaskEndedModifierConstructorDescriptionWorkerTask
(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
Subinterfaces of WorkerTaskEnded in com.iizix.prop.vsModifier and TypeInterfaceDescriptioninterface
Interface call when the VSAction TX process completes.