com.threerings.admin.client
Interface AdminService.ConfigInfoListener

All Superinterfaces:
InvocationService.InvocationListener
All Known Implementing Classes:
AdminMarshaller.ConfigInfoMarshaller, ConfigEditorPanel, ConfigObjectManager
Enclosing interface:
AdminService

public static interface AdminService.ConfigInfoListener
extends InvocationService.InvocationListener

Used to communicate a response to a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.


Method Summary
 void gotConfigInfo(String[] keys, int[] oids)
          Delivers a successful response to a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.
 
Methods inherited from interface com.threerings.presents.client.InvocationService.InvocationListener
requestFailed
 

Method Detail

gotConfigInfo

void gotConfigInfo(String[] keys,
                   int[] oids)
Delivers a successful response to a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.