|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.me.uv.invoker.support.MethodInvoker
public final class MethodInvoker
MethodInvoker - IMethodInvoker implementation
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.smaxe.me.uv.invoker.IMethodInvoker |
|---|
IMethodInvoker.CallbackAdapter, IMethodInvoker.ICallback |
| Constructor Summary | |
|---|---|
MethodInvoker()
Constructor. |
|
MethodInvoker(ILogger logger)
Constructor. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodInvoker()
public MethodInvoker(ILogger logger)
logger - logger| Method Detail |
|---|
public void invoke(java.lang.Object o,
java.lang.String method,
IMethodInvoker.ICallback callback,
java.lang.Object[] args)
IMethodInvokermethod with the args of the object o.
The result is returned through the callback.
invoke in interface IMethodInvokero - object which method is invokedmethod - method to invokecallback - callback to receive invocation resultargs - method arguments
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||