com.threerings.parlor.tourney.server
Interface TourniesProvider

All Superinterfaces:
InvocationProvider
All Known Implementing Classes:
TourniesManager

@Generated(value="com.threerings.presents.tools.GenServiceTask",
           comments="Derived from TourniesService.java.")
public interface TourniesProvider
extends InvocationProvider

Defines the server-side of the TourniesService.


Method Summary
 void createTourney(ClientObject caller, TourneyConfig arg1, InvocationService.ResultListener arg2)
          Handles a TourniesService.createTourney(com.threerings.parlor.tourney.data.TourneyConfig, com.threerings.presents.client.InvocationService.ResultListener) request.
 

Method Detail

createTourney

void createTourney(ClientObject caller,
                   TourneyConfig arg1,
                   InvocationService.ResultListener arg2)
                   throws InvocationException
Handles a TourniesService.createTourney(com.threerings.parlor.tourney.data.TourneyConfig, com.threerings.presents.client.InvocationService.ResultListener) request.

Throws:
InvocationException