public class InvocationProxyAllVariants extends InvocationProxy
void eventMethodName(Variant[])
or
Variant eventMethodName(Variant[])
mTargetObject
Constructor and Description |
---|
InvocationProxyAllVariants() |
Modifier and Type | Method and Description |
---|---|
Variant |
invoke(java.lang.String methodName,
Variant[] targetParameters)
The method actually invoked by EventProxy.cpp.
|
getVariant, setTarget
public Variant invoke(java.lang.String methodName, Variant[] targetParameters)
InvocationProxy
Subclasses that override this should make sure mTargetObject is not null before processing.
invoke
in class InvocationProxy
methodName
- name of method in mTargetObject we will invoketargetParameters
- Variant[] that is the single parameter to the methodhttp://jacob-project.sourceforge.net