Interface InfoServiceAsync
- 
public interface InfoServiceAsync 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgetInfo(String locale, String tenant, boolean login, com.google.gwt.user.client.rpc.AsyncCallback<GUIInfo> callback)voidgetSessionInfo(com.google.gwt.user.client.rpc.AsyncCallback<GUIParameter[]> callback)voidping(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)
 
 - 
 
 -