com.threerings.parlor.data
Class ParlorMarshaller.InviteMarshaller
java.lang.Object
com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller
com.threerings.parlor.data.ParlorMarshaller.InviteMarshaller
- All Implemented Interfaces:
- Streamable, ParlorService.InviteListener, InvocationService.InvocationListener
- Enclosing class:
- ParlorMarshaller
public static class ParlorMarshaller.InviteMarshaller
- extends InvocationMarshaller.ListenerMarshaller
- implements ParlorService.InviteListener
Marshalls results to implementations of ParlorService.InviteListener.
INVITE_RECEIVED
public static final int INVITE_RECEIVED
- The method id used to dispatch
inviteReceived(int)
responses.
- See Also:
- Constant Field Values
ParlorMarshaller.InviteMarshaller
public ParlorMarshaller.InviteMarshaller()
inviteReceived
public void inviteReceived(int arg1)
- Description copied from interface:
ParlorService.InviteListener
- Called in response to a successful
ParlorService.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.ParlorService.InviteListener) request.
- Specified by:
inviteReceived in interface ParlorService.InviteListener
dispatchResponse
public void dispatchResponse(int methodId,
Object[] args)
- Overrides:
dispatchResponse in class InvocationMarshaller.ListenerMarshaller