public class Invocation extends Object
Invocation(int handle, String method, Class[] paramTypes, Object[] params)
boolean
equals(Object o)
int
getHandle()
String
getMethod()
Object[]
getParams()
Class[]
getParamTypes()
hashCode()
Object
invoke(Context context)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Invocation(int handle, String method, Class[] paramTypes, Object[] params)
public int getHandle()
public String getMethod()
public Class[] getParamTypes()
public Object[] getParams()
public boolean equals(Object o)
equals
public int hashCode()
hashCode
public String toString()
toString
public Object invoke(Context context) throws Exception
Exception
Copyright © 2015–2016 px3. All rights reserved.