public class BillingClientStateListenerProxy extends GenericListenerProxy
| Constructor and Description |
|---|
BillingClientStateListenerProxy(IBillingClientStateListener billingClientStateListener) |
| 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) |
getProxyInstancepublic BillingClientStateListenerProxy(IBillingClientStateListener billingClientStateListener)
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.Throwable