public class PurchaseHistoryResponseListenerProxy extends GenericListenerProxy
| Constructor and Description |
|---|
PurchaseHistoryResponseListenerProxy(IPurchaseHistoryResponseListener purchaseHistoryResponseListener,
int maxPurchases) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getProxyClass() |
static java.lang.Class<?> |
getProxyListenerClass() |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args) |
void |
onPurchaseHistoryResponse(java.lang.Object billingResult,
java.util.List<java.lang.Object> purchaseHistoryRecordList) |
getProxyInstancepublic PurchaseHistoryResponseListenerProxy(IPurchaseHistoryResponseListener purchaseHistoryResponseListener, int maxPurchases)
public java.lang.Class<?> getProxyClass()
throws java.lang.ClassNotFoundException
getProxyClass in class GenericListenerProxyjava.lang.ClassNotFoundExceptionpublic static java.lang.Class<?> getProxyListenerClass()
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionpublic java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method m,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerinvoke in class GenericListenerProxyjava.lang.Throwablepublic void onPurchaseHistoryResponse(java.lang.Object billingResult,
java.util.List<java.lang.Object> purchaseHistoryRecordList)