| Modifier and Type | Method and Description |
|---|---|
ParlorContext |
SimulatorClient.getParlorContext() |
ParlorContext |
SimpleClient.getParlorContext()
Returns a reference to the context in effect for this client.
|
| Constructor and Description |
|---|
SimulatorController(ParlorContext ctx,
SimulatorFrame frame,
SimulatorInfo info)
Creates a new simulator controller.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimulatorContext
The simulator context encapsulates the contexts of all of the services
that are used by the simulator client so that we can pass around one
single context implementation that provides all of the necessary
components to all of the services in use.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MiCasaContext
The micasa context encapsulates the contexts of all of the services
that are used by the micasa client so that we can pass around one
single context implementation that provides all of the necessary
components to all of the services in use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableConfigurator.init(ParlorContext ctx,
GameConfigurator gameConfigurator)
Initialize the TableConfigurator.
|
| Constructor and Description |
|---|
Invitation(ParlorContext ctx,
ParlorService pservice,
com.threerings.util.Name opponent,
GameConfig config,
InvitationResponseObserver observer)
Constructs a new invitation record.
|
ParlorDirector(ParlorContext ctx)
Constructs a parlor director and provides it with the parlor context that it can use to
access the client services that it needs to provide its own services.
|
TableDirector(ParlorContext ctx,
String tableField,
TableObserver observer)
Creates a new table director to manage tables with the specified observer which will receive
callbacks when interesting table related things happen.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GameConfigurator.init(ParlorContext ctx)
Initializes this game configurator, creates its user interface elements and prepares it for
display.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PuzzleContext
Provides access to entities needed by the puzzle services.
|
Copyright © 2015. All rights reserved.