T - public interface WorkCompleteListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
workComplete(T work)
The method to be invoked when all work items are completed.
|
void workComplete(T work)
work - a reference to the originally-submitted workCopyright © 2017. All Rights Reserved.