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

Public Member Functions

int onResponse (Object cbArg, LBMRequest lbmreq, LBMMessage lbmmsg)
 

Detailed Description

Interface for handling response data.

Member Function Documentation

int com.latencybusters.lbm.LBMResponseCallback.onResponse ( Object  cbArg,
LBMRequest  lbmreq,
LBMMessage  lbmmsg 
)

Response data callback.

Parameters
cbArgCallback object token
lbmreqLBMRequest object corresponding to the original request
lbmmsgLBMMessage object encapsulating the response data
Returns
an int, which should always be 0.

Referenced by com.latencybusters.lbm.LBMRequest.removeResponseCallback().


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