|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.crowd.client.TestClient.CrowdContextImpl
protected class TestClient.CrowdContextImpl
| Constructor Summary | |
|---|---|
protected |
TestClient.CrowdContextImpl()
|
| Method Summary | |
|---|---|
void |
clearPlaceView(PlaceView view)
When the client leaves a place, the place controller will remove any place view it set previously via CrowdContext.setPlaceView(com.threerings.crowd.client.PlaceView) with a
call to this method. |
ChatDirector |
getChatDirector()
Provides access to the chat director. |
Client |
getClient()
Returns a reference to the client. |
Config |
getConfig()
Provides a configuration object from which various services can obtain configuration values and via the properties file that forms the basis of the configuration object, those services can be customized. |
DObjectManager |
getDObjectManager()
Returns a reference to the distributed object manager. |
LocationDirector |
getLocationDirector()
Returns a reference to the location director. |
MessageManager |
getMessageManager()
Returns a reference to the message manager used by the client to generate localized messages. |
OccupantDirector |
getOccupantDirector()
Returns a reference to the occupant director. |
void |
setPlaceView(PlaceView view)
When the client enters a new place, the location director creates a place controller which then creates a place view to visualize the place for the user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TestClient.CrowdContextImpl()
| Method Detail |
|---|
public Config getConfig()
PresentsContext
getConfig in interface PresentsContextpublic Client getClient()
PresentsContext
getClient in interface PresentsContextpublic DObjectManager getDObjectManager()
PresentsContext
getDObjectManager in interface PresentsContextpublic LocationDirector getLocationDirector()
CrowdContext
getLocationDirector in interface CrowdContextpublic OccupantDirector getOccupantDirector()
CrowdContext
getOccupantDirector in interface CrowdContextpublic ChatDirector getChatDirector()
CrowdContext
getChatDirector in interface CrowdContextpublic MessageManager getMessageManager()
CrowdContext
getMessageManager in interface CrowdContextpublic void setPlaceView(PlaceView view)
CrowdContextThough the place view is created before we enter the place, it won't be displayed (via a call to this function) until we have fully entered the place and are ready for user interaction.
setPlaceView in interface CrowdContextpublic void clearPlaceView(PlaceView view)
CrowdContextCrowdContext.setPlaceView(com.threerings.crowd.client.PlaceView) with a
call to this method.
clearPlaceView in interface CrowdContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||