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(String methodName,
Variant[] targetParameters)
The method actually invoked by EventProxy.cpp.
|
getVariant, setTargetpublic Variant invoke(String methodName, Variant[] targetParameters)
InvocationProxySubclasses that override this should make sure mTargetObject is not null before processing.
invoke in class InvocationProxymethodName - name of method in mTargetObject we will invoketargetParameters - Variant[] that is the single parameter to the methodhttp://jacob-project.sourceforge.net