com.threerings.micasa.simulator.client
Interface SimulatorService

All Superinterfaces:
InvocationService
All Known Implementing Classes:
SimulatorMarshaller

public interface SimulatorService
extends InvocationService

Provides access to simulator invocation services.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.presents.client.InvocationService
InvocationService.ConfirmListener, InvocationService.InvocationListener, InvocationService.ResultListener
 
Method Summary
 void createGame(GameConfig config, String simClass, int playerCount)
          Requests that a new game be created.
 

Method Detail

createGame

void createGame(GameConfig config,
                String simClass,
                int playerCount)
Requests that a new game be created.

Parameters:
config - the game config for the game to be created.
simClass - the class name of the simulant to create.
playerCount - the number of players in the game.