Interface ServiceTermsOfService
-
- All Superinterfaces:
org.fusesource.restygwt.client.RestService
@Path("/mobile/termsOfService") public interface ServiceTermsOfService extends org.fusesource.restygwt.client.RestService
- Author:
- svu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getContent(org.fusesource.restygwt.client.TextCallback callback)
void
show(org.fusesource.restygwt.client.MethodCallback<Boolean> callback)
-
-
-
Method Detail
-
show
@GET @Path("show") void show(org.fusesource.restygwt.client.MethodCallback<Boolean> callback)
-
getContent
@GET @Path("content") void getContent(org.fusesource.restygwt.client.TextCallback callback)
-
-