Package com.google.gwt.user.client.rpc
Interface XsrfTokenServiceAsync
-
public interface XsrfTokenServiceAsync
Async peer ofXsrfTokenService
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getNewXsrfToken(AsyncCallback<XsrfToken> asyncCallback)
-
-
-
Method Detail
-
getNewXsrfToken
void getNewXsrfToken(AsyncCallback<XsrfToken> asyncCallback)
-
-