Uses of Interface
com.threerings.admin.client.AdminService.ConfigInfoListener

Packages that use AdminService.ConfigInfoListener
com.threerings.admin.client   
com.threerings.admin.data   
com.threerings.admin.server   
 

Uses of AdminService.ConfigInfoListener in com.threerings.admin.client
 

Classes in com.threerings.admin.client that implement AdminService.ConfigInfoListener
 class ConfigEditorPanel
          Fetches a list of the configuration objects in use by the server and displays their fields in a tree widget to be viewed and edited.
 class ConfigObjectManager
          Handles subscribing to admin config objects.
 

Methods in com.threerings.admin.client with parameters of type AdminService.ConfigInfoListener
 void AdminService.getConfigInfo(AdminService.ConfigInfoListener listener)
          Requests the list of config objects.
 

Uses of AdminService.ConfigInfoListener in com.threerings.admin.data
 

Classes in com.threerings.admin.data that implement AdminService.ConfigInfoListener
static class AdminMarshaller.ConfigInfoMarshaller
          Marshalls results to implementations of AdminService.ConfigInfoListener.
 

Methods in com.threerings.admin.data with parameters of type AdminService.ConfigInfoListener
 void AdminMarshaller.getConfigInfo(AdminService.ConfigInfoListener arg1)
           
 

Uses of AdminService.ConfigInfoListener in com.threerings.admin.server
 

Methods in com.threerings.admin.server with parameters of type AdminService.ConfigInfoListener
 void AdminProvider.getConfigInfo(ClientObject caller, AdminService.ConfigInfoListener arg1)
          Handles a AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.
 void AdminManager.getConfigInfo(ClientObject caller, AdminService.ConfigInfoListener listener)
           
 



Copyright © 2012. All Rights Reserved.