Uses of Interface
de.knightsoftnet.gwtp.spring.client.rest.helper.AsyncCallbackOnFailure
Packages that use AsyncCallbackOnFailure
Package
Description
this package contains client side rest helper classes.
-
Uses of AsyncCallbackOnFailure in de.knightsoftnet.gwtp.spring.client.rest.helper
Methods in de.knightsoftnet.gwtp.spring.client.rest.helper with parameters of type AsyncCallbackOnFailureModifier and TypeMethodDescriptionstatic <R> com.google.gwt.user.client.rpc.AsyncCallback<R>RestCallbackBuilder.build(AsyncCallbackOnSuccess<R> pcallbackOnSuccess, AsyncCallbackOnFailure pcallbackOnFailure) create rest callback implementation.