Interface Delegator<D>
- 
- All Known Implementing Classes:
 OpendaylightFlowStatisticsServiceImpl
public interface Delegator<D>Simple delegator pattern support. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDelegate(D delegate)Setter. 
 - 
 
- 
- 
Method Detail
- 
setDelegate
void setDelegate(D delegate)
Setter.- Parameters:
 delegate- backend task executor
 
 - 
 
 -