com.threerings.config.dist.server
Interface DConfigProvider
- All Superinterfaces:
- InvocationProvider
- All Known Implementing Classes:
- DConfigManager
@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from DConfigService.java.")
public interface DConfigProvider- extends InvocationProvider
Defines the server-side of the DConfigService.
updateConfigs
void updateConfigs(ClientObject caller,
ConfigEntry[] arg1,
ConfigEntry[] arg2,
ConfigKey[] arg3)
- Handles a
DConfigService.updateConfigs(com.threerings.config.dist.data.ConfigEntry[], com.threerings.config.dist.data.ConfigEntry[], com.threerings.config.dist.data.ConfigKey[]) request.