public interface WorkFactory<W extends Work>
Creates Work
to be done.
Additional managed functionality is available by implementing the following interfaces:
Modifier and Type | Method and Description |
---|---|
W |
createWork()
Creates a new
Work instance. |
Copyright © 2005–2016. All rights reserved.