public abstract class TourniesManager extends Object implements TourniesProvider, Lifecycle.InitComponent
| Constructor and Description |
|---|
TourniesManager(Lifecycle cycle) |
| Modifier and Type | Method and Description |
|---|---|
void |
createTourney(com.threerings.presents.data.ClientObject caller,
TourneyConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener)
|
void |
init() |
@Inject public TourniesManager(Lifecycle cycle)
public void init()
init in interface Lifecycle.InitComponentpublic void createTourney(com.threerings.presents.data.ClientObject caller,
TourneyConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener)
throws com.threerings.presents.server.InvocationException
TourniesProviderTourniesService.createTourney(com.threerings.parlor.tourney.data.TourneyConfig, com.threerings.presents.client.InvocationService.ResultListener) request.createTourney in interface TourniesProvidercom.threerings.presents.server.InvocationExceptionCopyright © 2015. All rights reserved.