Class CallerMock<T>

  • All Implemented Interfaces:
    org.jboss.errai.common.client.api.Caller<T>

    public class CallerMock<T>
    extends Object
    implements org.jboss.errai.common.client.api.Caller<T>
    • Constructor Detail

      • CallerMock

        public CallerMock​(T t)
    • Method Detail

      • call

        public T call()
        Specified by:
        call in interface org.jboss.errai.common.client.api.Caller<T>
      • call

        public T call​(org.jboss.errai.common.client.api.RemoteCallback<?> remoteCallback)
        Specified by:
        call in interface org.jboss.errai.common.client.api.Caller<T>
      • call

        public T call​(org.jboss.errai.common.client.api.RemoteCallback<?> remoteCallback,
                      org.jboss.errai.common.client.api.ErrorCallback<?> errorCallback)
        Specified by:
        call in interface org.jboss.errai.common.client.api.Caller<T>