()
| 639 | } |
| 640 | |
| 641 | protected IHandleAggregation createAggregationHandler() { |
| 642 | return newHandler(IHandleAggregation.class); |
| 643 | } |
| 644 | |
| 645 | public IHandleBinning getBinningHandler() { |
| 646 | if (mBinningHandler == null) mBinningHandler = this.createBinningHandler(); |
no test coverage detected