com.threerings.micasa.simulator.util
Interface SimulatorContext
- All Superinterfaces:
- CrowdContext, ParlorContext, PresentsContext
public interface SimulatorContext
- extends ParlorContext
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.
getFrame
SimulatorFrame getFrame()
- Returns a reference to the primary user interface frame.
getSimulatorInfo
SimulatorInfo getSimulatorInfo()
- Returns a reference to the simulator info describing the game and
other details of the simulation.