@Generated(value="com.threerings.presents.tools.GenServiceTask",
comments="Derived from TourniesService.java.")
public class TourniesMarshaller
extends com.threerings.presents.data.InvocationMarshaller
implements TourniesService
TourniesService 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 |
CREATE_TOURNEY
The method id used to dispatch
createTourney(com.threerings.parlor.tourney.data.TourneyConfig, com.threerings.presents.client.InvocationService.ResultListener) requests. |
| Constructor and Description |
|---|
TourniesMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTourney(TourneyConfig arg1,
com.threerings.presents.client.InvocationService.ResultListener arg2)
Creates a new tourney.
|
public static final int CREATE_TOURNEY
createTourney(com.threerings.parlor.tourney.data.TourneyConfig, com.threerings.presents.client.InvocationService.ResultListener) requests.public void createTourney(TourneyConfig arg1, com.threerings.presents.client.InvocationService.ResultListener arg2)
TourniesServicecreateTourney in interface TourniesServiceCopyright © 2015. All rights reserved.