* @brief Register a callback to be invoked when moving to a new section */
| 128 | * @brief Register a callback to be invoked when moving to a new section |
| 129 | */ |
| 130 | void onNextSection(NextSection callback) |
| 131 | { |
| 132 | nextSectionCallback = callback; |
| 133 | } |
| 134 | |
| 135 | /** |
| 136 | * @brief Register a callback to be invoked when moving to a new record |