Processes a Mtp Statistic emitted (as an Event) by a
Mtp3LayerManager.
Once the polling of a statistic has begun by invoking the
startPollingStatistic(),
a Mtp3StatisticEvent will be emitted at regular intervals by the Mtp3LayerManager implementation.
This is achieved by invoking this method and supplying the appropiate Mtp3StatisticEvent.
It follows that these asynchronous statistics will always be passed to this event processing method.
On the other hand, when collecting synchronous statistics using the
getStatistic()
method, the Mtp3StatisticEvent shall be returned to the management application
as a synchronous return value, and not as an asynchronous event.
- Parameters:
statistic
- The Mtp3StatisticEvent to be processed.