Package org.uberfire.mocks
Class CallerProxy
- java.lang.Object
-
- org.uberfire.mocks.CallerProxy
-
- All Implemented Interfaces:
InvocationHandler
public class CallerProxy extends Object implements InvocationHandler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(Object proxy, Method m, Object[] args)voidsetErrorCallBack(org.jboss.errai.common.client.api.ErrorCallback<Object> errorCallBack)voidsetSuccessCallBack(org.jboss.errai.common.client.api.RemoteCallback<Object> successCallBack)
-