Interface TaskWrapperAware
- All Known Implementing Classes:
 ControlledWorkerScheduler
public interface TaskWrapperAware
Classes implementing this interface can accept a custom 
TaskWrapper.- Author:
 - Andreas Schwarte
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetTaskWrapper(TaskWrapper taskWrapper) Set theTaskWrapperto the respective instance 
- 
Method Details
- 
setTaskWrapper
Set theTaskWrapperto the respective instance- Parameters:
 taskWrapper-
 
 -