com.threerings.admin.data
Class AdminMarshaller.ConfigInfoMarshaller
java.lang.Object
com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
com.threerings.admin.data.AdminMarshaller.ConfigInfoMarshaller
- All Implemented Interfaces:
- AdminService.ConfigInfoListener, Streamable, InvocationService.InvocationListener
- Enclosing class:
- AdminMarshaller
public static class AdminMarshaller.ConfigInfoMarshaller
- extends InvocationMarshaller.ListenerMarshaller
- implements AdminService.ConfigInfoListener
Marshalls results to implementations of AdminService.ConfigInfoListener.
GOT_CONFIG_INFO
public static final int GOT_CONFIG_INFO
- The method id used to dispatch
gotConfigInfo(java.lang.String[], int[])
responses.
- See Also:
- Constant Field Values
AdminMarshaller.ConfigInfoMarshaller
public AdminMarshaller.ConfigInfoMarshaller()
gotConfigInfo
public void gotConfigInfo(String[] arg1,
int[] arg2)
- Description copied from interface:
AdminService.ConfigInfoListener
- Delivers a successful response to a
AdminService.getConfigInfo(com.threerings.admin.client.AdminService.ConfigInfoListener) request.
- Specified by:
gotConfigInfo in interface AdminService.ConfigInfoListener
dispatchResponse
public void dispatchResponse(int methodId,
Object[] args)
- Description copied from class:
InvocationMarshaller.ListenerMarshaller
- Called to dispatch an invocation response to our target listener.
- Overrides:
dispatchResponse in class InvocationMarshaller.ListenerMarshaller