|
UM Java API
6.17
|
Public Member Functions | |
| void | onReceive (LBMReceiverStatistics lbmrcvstats) |
| void | onReceive (LBMSourceStatistics lbmsrcstats) |
Interface for handling the reception of UM receiver statistics.
| void com.latencybusters.lbm.LBMMonitorStatisticsCallback.onReceive | ( | LBMReceiverStatistics | lbmrcvstats | ) |
Receiver statistics callback.
| lbmrcvstats | LBMReceiverStatistics 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.
| lbmsrcstats | LBMSourceStatistics object encapsulating the received (LBM source) statistics |