com.threerings.admin.web.gwt
Interface ConfigServiceAsync


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

getConfiguration

void getConfiguration(com.google.gwt.user.client.rpc.AsyncCallback<ConfigService.ConfigurationResult> callback)
The async version of ConfigService.getConfiguration().


updateConfiguration

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[]).