com.threerings.micasa.lobby
Class LobbyMarshaller.LobbiesMarshaller
java.lang.Object
com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
com.threerings.micasa.lobby.LobbyMarshaller.LobbiesMarshaller
- All Implemented Interfaces:
- Streamable, LobbyService.LobbiesListener, InvocationService.InvocationListener
- Enclosing class:
- LobbyMarshaller
public static class LobbyMarshaller.LobbiesMarshaller
- extends InvocationMarshaller.ListenerMarshaller
- implements LobbyService.LobbiesListener
Marshalls results to implementations of LobbyService.LobbiesListener.
GOT_LOBBIES
public static final int GOT_LOBBIES
- The method id used to dispatch
gotLobbies(java.util.List)
responses.
- See Also:
- Constant Field Values
LobbyMarshaller.LobbiesMarshaller
public LobbyMarshaller.LobbiesMarshaller()
gotLobbies
public void gotLobbies(List<Lobby> arg1)
- Description copied from interface:
LobbyService.LobbiesListener
- Supplies the listener with the results of a
LobbyService.getLobbies(java.lang.String, com.threerings.micasa.lobby.LobbyService.LobbiesListener) request.
- Specified by:
gotLobbies in interface LobbyService.LobbiesListener
dispatchResponse
public void dispatchResponse(int methodId,
Object[] args)
- Overrides:
dispatchResponse in class InvocationMarshaller.ListenerMarshaller