com.threerings.parlor.tourney.client
Interface TourneyService

All Superinterfaces:
InvocationService
All Known Implementing Classes:
TourneyMarshaller

public interface TourneyService
extends InvocationService

Provides tourney management services for the particular tourney this service is attached to.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void cancel(InvocationService.ConfirmListener listener)
          Handles a request to cancel the tourney.
 void join(InvocationService.ConfirmListener listener)
          Handles a request to join the tourney.
 void leave(InvocationService.ConfirmListener listener)
          Handles a request to leave the tourney.
 

Method Detail

join

void join(InvocationService.ConfirmListener listener)
Handles a request to join the tourney.


leave

void leave(InvocationService.ConfirmListener listener)
Handles a request to leave the tourney.


cancel

void cancel(InvocationService.ConfirmListener listener)
Handles a request to cancel the tourney.