com.threerings.parlor.util
Interface ParlorContext

All Superinterfaces:
CrowdContext, PresentsContext
All Known Subinterfaces:
MiCasaContext, PuzzleContext, SimulatorContext
All Known Implementing Classes:
MiCasaClient.MiCasaContextImpl, SimpleClient.MiCasaContextImpl

public interface ParlorContext
extends CrowdContext

The parlor context provides access to the various managers, etc. that are needed by the parlor client code.


Method Summary
 ParlorDirector getParlorDirector()
          Returns a reference to the parlor director.
 
Methods inherited from interface com.threerings.crowd.util.CrowdContext
clearPlaceView, getChatDirector, getLocationDirector, getMessageManager, getOccupantDirector, setPlaceView
 
Methods inherited from interface com.threerings.presents.util.PresentsContext
getClient, getConfig, getDObjectManager
 

Method Detail

getParlorDirector

ParlorDirector getParlorDirector()
Returns a reference to the parlor director.