com.threerings.admin.client
Interface AdminService

All Superinterfaces:
InvocationService<ClientObject>
All Known Implementing Classes:
AdminMarshaller

public interface AdminService
extends InvocationService<ClientObject>

Defines the client side of the admin invocation services.


Nested Class Summary
static interface AdminService.ConfigInfoListener
          Used to communicate a response to a getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void getConfigInfo(AdminService.ConfigInfoListener listener)
          Requests the list of config objects.
 

Method Detail

getConfigInfo

void getConfigInfo(AdminService.ConfigInfoListener listener)
Requests the list of config objects.