com.threerings.parlor.tourney.client
Interface TourniesService

All Superinterfaces:
InvocationService
All Known Implementing Classes:
TourniesMarshaller

public interface TourniesService
extends InvocationService

Provices services for creating/modifying tournies.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void createTourney(TourneyConfig config, InvocationService.ResultListener listener)
          Creates a new tourney.
 

Method Detail

createTourney

void createTourney(TourneyConfig config,
                   InvocationService.ResultListener listener)
Creates a new tourney.