@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from TourneyService.java.")
public class TourneyMarshaller
extends com.threerings.presents.data.InvocationMarshaller
implements TourneyService
TourneyService interface
that marshalls the arguments and delivers the request to the provider
on the server. Also provides an implementation of the response listener
interfaces that marshall the response arguments and deliver them back
to the requesting client.com.threerings.presents.data.InvocationMarshaller.ConfirmMarshaller, com.threerings.presents.data.InvocationMarshaller.ListenerMarshaller, com.threerings.presents.data.InvocationMarshaller.ResultMarshaller| Modifier and Type | Field and Description |
|---|---|
static int |
CANCEL
The method id used to dispatch
cancel(com.threerings.presents.client.InvocationService.ConfirmListener) requests. |
static int |
JOIN
The method id used to dispatch
join(com.threerings.presents.client.InvocationService.ConfirmListener) requests. |
static int |
LEAVE
The method id used to dispatch
leave(com.threerings.presents.client.InvocationService.ConfirmListener) requests. |
| Constructor and Description |
|---|
TourneyMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(com.threerings.presents.client.InvocationService.ConfirmListener arg1)
Handles a request to cancel the tourney.
|
void |
join(com.threerings.presents.client.InvocationService.ConfirmListener arg1)
Handles a request to join the tourney.
|
void |
leave(com.threerings.presents.client.InvocationService.ConfirmListener arg1)
Handles a request to leave the tourney.
|
public static final int CANCEL
cancel(com.threerings.presents.client.InvocationService.ConfirmListener) requests.public static final int JOIN
join(com.threerings.presents.client.InvocationService.ConfirmListener) requests.public static final int LEAVE
leave(com.threerings.presents.client.InvocationService.ConfirmListener) requests.public void cancel(com.threerings.presents.client.InvocationService.ConfirmListener arg1)
TourneyServicecancel in interface TourneyServicepublic void join(com.threerings.presents.client.InvocationService.ConfirmListener arg1)
TourneyServicejoin in interface TourneyServicepublic void leave(com.threerings.presents.client.InvocationService.ConfirmListener arg1)
TourneyServiceleave in interface TourneyServiceCopyright © 2015. All rights reserved.