Interface InfoServiceAsync
-
public interface InfoServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getInfo(String locale, String tenant, boolean login, com.google.gwt.user.client.rpc.AsyncCallback<GUIInfo> callback)
void
getSessionInfo(com.google.gwt.user.client.rpc.AsyncCallback<GUIParameter[]> callback)
void
ping(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
-
-
-
Method Detail
-
getInfo
void getInfo(String locale, String tenant, boolean login, com.google.gwt.user.client.rpc.AsyncCallback<GUIInfo> callback)
-
getSessionInfo
void getSessionInfo(com.google.gwt.user.client.rpc.AsyncCallback<GUIParameter[]> callback)
-
ping
void ping(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback)
-
-