com.smaxe.uv.invoker
Interface IMethodInvoker
- All Known Implementing Classes:
- ClassMethodInvoker, MethodInvoker, PublicMethodInvoker
public interface IMethodInvoker
IMethodInvoker - responsible for the class method invocation.
- Author:
- Andrei Sochirca
|
Method Summary |
void |
invoke(java.lang.Object o,
java.lang.String method,
IMethodInvoker.ICallback callback,
java.lang.Object... args)
Invokes method with the args of the object o. |
invoke
void invoke(java.lang.Object o,
java.lang.String method,
IMethodInvoker.ICallback callback,
java.lang.Object... args)
- Invokes
method with the args of the object o.
The result is returned through the callback.
- Parameters:
o - object which method is invokedmethod - method to invokecallback - callback to receive invocation resultargs - method arguments