com.threerings.micasa.lobby
Class LobbyMarshaller.CategoriesMarshaller
java.lang.Object
com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
com.threerings.micasa.lobby.LobbyMarshaller.CategoriesMarshaller
- All Implemented Interfaces:
- com.threerings.io.Streamable, LobbyService.CategoriesListener, com.threerings.presents.client.InvocationService.InvocationListener
- Enclosing class:
- LobbyMarshaller
public static class LobbyMarshaller.CategoriesMarshaller
- extends com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
- implements LobbyService.CategoriesListener
Marshalls results to implementations of LobbyService.CategoriesListener.
| Nested classes/interfaces inherited from interface com.threerings.io.Streamable |
com.threerings.io.Streamable.Closure |
| Fields inherited from class com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller |
callerOid, listener, mapStamp, omgr, REQUEST_FAILED_RSPID, requestId, transport |
| Methods inherited from class com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller |
requestFailed, setInvocationId, setNoResponse, toString |
| Methods inherited from interface com.threerings.presents.client.InvocationService.InvocationListener |
requestFailed |
GOT_CATEGORIES
public static final int GOT_CATEGORIES
- The method id used to dispatch
gotCategories(java.lang.String[])
responses.
- See Also:
- Constant Field Values
LobbyMarshaller.CategoriesMarshaller
public LobbyMarshaller.CategoriesMarshaller()
gotCategories
public void gotCategories(String[] arg1)
- Description copied from interface:
LobbyService.CategoriesListener
- Supplies the listener with the results of a
LobbyService.getCategories(com.threerings.micasa.lobby.LobbyService.CategoriesListener) request.
- Specified by:
gotCategories in interface LobbyService.CategoriesListener
dispatchResponse
public void dispatchResponse(int methodId,
Object[] args)
- Overrides:
dispatchResponse in class com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
Copyright © 2011. All Rights Reserved.