| Package | Description |
|---|---|
| com.threerings.parlor.tourney.client | |
| com.threerings.parlor.tourney.data | |
| com.threerings.parlor.tourney.server | |
| com.threerings.parlor.tourney.server.persist |
| Modifier and Type | Method and Description |
|---|---|
void |
TourniesService.createTourney(TourneyConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener)
Creates a new tourney.
|
| Modifier and Type | Field and Description |
|---|---|
TourneyConfig |
TourneyObject.config
The tourney configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TourniesMarshaller.createTourney(TourneyConfig arg1,
com.threerings.presents.client.InvocationService.ResultListener arg2) |
void |
TourneyObject.setConfig(TourneyConfig value)
Requests that the
config field be set to the
specified value. |
| Modifier and Type | Method and Description |
|---|---|
void |
TourniesProvider.createTourney(com.threerings.presents.data.ClientObject caller,
TourneyConfig arg1,
com.threerings.presents.client.InvocationService.ResultListener arg2)
|
void |
TourniesManager.createTourney(com.threerings.presents.data.ClientObject caller,
TourneyConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener) |
int |
TourneyManager.init(TourneyConfig config,
Comparable<?> key)
Initializes this tourney manager and prepares it for operation.
|
| Modifier and Type | Method and Description |
|---|---|
TourneyConfig |
TourneyRepository.TourneyRecord.getTourneyConfig() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TourneyConfig> |
TourneyRepository.loadTournies()
Loads all the tourney configs from the repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TourneyRepository.insertTourney(TourneyConfig tourney)
Inserts a new tourney into the repository, assigning a unique id to the tourney.
|
void |
TourneyRepository.updateTourney(TourneyConfig tourney)
Updates the tourney in the repository.
|
| Constructor and Description |
|---|
TourneyRecord(TourneyConfig tourneyConfig) |
Copyright © 2015. All rights reserved.