public class ConfigObjectManager extends Object implements AdminService.ConfigInfoListener
| Constructor and Description |
|---|
ConfigObjectManager(Client client) |
| Modifier and Type | Method and Description |
|---|---|
ConfigObject |
getServerConfig(String key)
Returns the ConfigObject identified by the given key.
|
void |
gotConfigInfo(String[] keys,
int[] oids)
Delivers a successful response to a
AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request. |
void |
requestFailed(String reason)
Called to report request failure.
|
public ConfigObjectManager(Client client)
public ConfigObject getServerConfig(String key)
public void gotConfigInfo(String[] keys, int[] oids)
AdminService.ConfigInfoListenerAdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.gotConfigInfo in interface AdminService.ConfigInfoListenerpublic void requestFailed(String reason)
InvocationService.InvocationListenerrequestFailed in interface InvocationService.InvocationListenerCopyright © 2015. All rights reserved.