UM Java API  6.16
com.latencybusters.lbm.LBMMonitorStatisticsCallback Interface Reference

Public Member Functions

void onReceive (LBMReceiverStatistics lbmrcvstats)
 
void onReceive (LBMSourceStatistics lbmsrcstats)
 

Detailed Description

Interface for handling the reception of UM receiver statistics.

Deprecated:
This interface is provided for backwards compatibility with LBM 3.3.9/ UME 2.0.7; please use the new class LBMMonitorStatisticsCallbackObject instead.

Member Function Documentation

void com.latencybusters.lbm.LBMMonitorStatisticsCallback.onReceive ( LBMReceiverStatistics  lbmrcvstats)

Receiver statistics callback.

Parameters
lbmrcvstatsLBMReceiverStatistics object encapsulating the received (LBM receiver) statistics

Referenced by com.latencybusters.lbm.LBMMonitorReceiver.removeStatisticsCallback().

void com.latencybusters.lbm.LBMMonitorStatisticsCallback.onReceive ( LBMSourceStatistics  lbmsrcstats)

Source statistics callback.

Parameters
lbmsrcstatsLBMSourceStatistics object encapsulating the received (LBM source) statistics

The documentation for this interface was generated from the following file: