com.threerings.admin.web.client
Interface ConfigEditorTab.ConfigAccessor

All Known Implementing Classes:
ConfigEditorPanel
Enclosing class:
ConfigEditorTab

public static interface ConfigEditorTab.ConfigAccessor


Method Summary
 void submitChanges(String key, ConfigField[] modified, com.google.gwt.user.client.rpc.AsyncCallback<ConfigService.ConfigurationRecord> callback)
           
 

Method Detail

submitChanges

void submitChanges(String key,
                   ConfigField[] modified,
                   com.google.gwt.user.client.rpc.AsyncCallback<ConfigService.ConfigurationRecord> callback)