public interface ConfigServiceAsync
ConfigService.| Modifier and Type | Method and Description |
|---|---|
void |
getConfiguration(AsyncCallback<ConfigService.ConfigurationResult> callback)
The async version of
ConfigService.getConfiguration(). |
void |
updateConfiguration(String key,
ConfigField[] updates,
AsyncCallback<ConfigService.ConfigurationRecord> callback)
|
void getConfiguration(AsyncCallback<ConfigService.ConfigurationResult> callback)
ConfigService.getConfiguration().void updateConfiguration(String key, ConfigField[] updates, AsyncCallback<ConfigService.ConfigurationRecord> callback)
Copyright © 2015. All rights reserved.