|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigServiceAsync
Provides the asynchronous version of ConfigService.
| Method Summary | |
|---|---|
void |
getConfiguration(com.google.gwt.user.client.rpc.AsyncCallback<ConfigService.ConfigurationResult> callback)
The async version of ConfigService.getConfiguration(). |
void |
updateConfiguration(String key,
ConfigField[] updates,
com.google.gwt.user.client.rpc.AsyncCallback<ConfigService.ConfigurationRecord> callback)
The async version of ConfigService.updateConfiguration(java.lang.String, com.threerings.admin.web.gwt.ConfigField[]). |
| Method Detail |
|---|
void getConfiguration(com.google.gwt.user.client.rpc.AsyncCallback<ConfigService.ConfigurationResult> callback)
ConfigService.getConfiguration().
void updateConfiguration(String key,
ConfigField[] updates,
com.google.gwt.user.client.rpc.AsyncCallback<ConfigService.ConfigurationRecord> callback)
ConfigService.updateConfiguration(java.lang.String, com.threerings.admin.web.gwt.ConfigField[]).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||