Uses of Interface
com.iizix.WorkerTaskEnded
Packages that use WorkerTaskEnded Package Description com.iizix com.iizix.prop.vs Uses of WorkerTaskEnded in com.iizix
Methods in com.iizix with parameters of type WorkerTaskEnded Modifier and Type Method Description 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 WorkerTaskEnded Constructor Description WorkerTask(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.vs Modifier and Type Interface Description interface
IVSActionProcessComplete
Interface call when the VSAction TX process completes.