Abstract
Base class for statistics with event emitter logic implemented. Statistic tracker implementations should only define their updateStatistic function.
Emits a new statistic event to all listeners
Statistic data to emit
All listeners on statistic
Attaches a listener to the statistic to listen for new statistic events
Removes a listener from the statistic
Updates the statistic with new information from query processing
Statistic data to process
Base class for statistics with event emitter logic implemented. Statistic tracker implementations should only define their updateStatistic function.