com.threerings.parlor.client
Interface ParlorService.InviteListener
- All Superinterfaces:
- com.threerings.presents.client.InvocationService.InvocationListener
- All Known Implementing Classes:
- Invitation, ParlorMarshaller.InviteMarshaller
- Enclosing interface:
- ParlorService
public static interface ParlorService.InviteListener
- extends com.threerings.presents.client.InvocationService.InvocationListener
Used to communicate responses to ParlorService.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.ParlorService.InviteListener) requests.
| Methods inherited from interface com.threerings.presents.client.InvocationService.InvocationListener |
requestFailed |
inviteReceived
void inviteReceived(int inviteId)
- 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.
Copyright © 2011. All Rights Reserved.