Package com.iizix
Interface WorkerTaskEnded<I,P,R>
- All Known Subinterfaces:
IVSActionProcessComplete
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The WorkerTask ended callback interface.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoid
onTaskEnded
(WorkerTask<I, P, R> task) Called when the worker task has completed.