| Package | Description |
|---|---|
| com.threerings.crowd.chat.client | |
| com.threerings.crowd.client | |
| com.threerings.crowd.data | |
| com.threerings.crowd.server |
| Modifier and Type | Method and Description |
|---|---|
void |
ChatDirector.locationDidChange(PlaceObject place) |
| Modifier and Type | Method and Description |
|---|---|
PlaceObject |
LocationDirector.getPlaceObject()
Returns the place object for the location we currently occupy or null if we're not currently
occupying any location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceView.didLeavePlace(PlaceObject plobj)
Called after the client has left a place and needs to clean up
after the user interface that was displaying that place.
|
void |
PlacePanel.didLeavePlace(PlaceObject plobj) |
void |
PlaceControllerDelegate.didLeavePlace(PlaceObject plobj)
Called to let the delegate know that we've left the place.
|
void |
PlaceController.didLeavePlace(PlaceObject plobj)
This is called by the location director when we are leaving this place and need to clean up
after ourselves and shutdown.
|
static void |
PlaceViewUtil.dispatchDidLeavePlace(Object root,
PlaceObject plobj)
Dispatches a call to
PlaceView.didLeavePlace(com.threerings.crowd.data.PlaceObject) to all UI elements in the hierarchy
rooted at the component provided via the root parameter. |
static void |
PlaceViewUtil.dispatchWillEnterPlace(Object root,
PlaceObject plobj)
Dispatches a call to
PlaceView.willEnterPlace(com.threerings.crowd.data.PlaceObject) to all UI elements in the hierarchy
rooted at the component provided via the root parameter. |
void |
OccupantDirector.locationDidChange(PlaceObject place) |
void |
LocationObserver.locationDidChange(PlaceObject place)
Called when we have switched to a new location.
|
void |
LocationAdapter.locationDidChange(PlaceObject place) |
void |
PlaceControllerDelegate.mayLeavePlace(PlaceObject plobj)
Called before a request is submitted to the server to leave the
current place.
|
void |
PlaceController.mayLeavePlace(PlaceObject plobj)
Called before a request is submitted to the server to leave the current place.
|
void |
PlaceView.willEnterPlace(PlaceObject plobj)
Called when the client has entered a place and is about to display
the user interface for that place.
|
void |
PlacePanel.willEnterPlace(PlaceObject plobj) |
void |
PlaceControllerDelegate.willEnterPlace(PlaceObject plobj)
Called to let the delegate know that we're entering a place.
|
void |
PlaceController.willEnterPlace(PlaceObject plobj)
This is called by the location director once the place object has been fetched.
|
| Modifier and Type | Method and Description |
|---|---|
OccupantInfo |
BodyObject.createOccupantInfo(PlaceObject plobj)
Creates a blank occupant info instance that will used to publish information about the
various bodies occupying a place.
|
void |
BodyObject.didLeavePlace(PlaceObject plobj)
Called when this body has left its occupied place.
|
void |
BodyObject.willEnterPlace(Place place,
PlaceObject plobj)
Called when this body is about to enter the specified place.
|
| Modifier and Type | Method and Description |
|---|---|
PlaceObject |
PlaceManager.getPlaceObject()
Returns the place object managed by this place manager.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<PlaceObject> |
PlaceRegistry.enumeratePlaces()
Returns an enumeration of all of the registered place objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceManagerDelegate.didStartup(PlaceObject plobj)
Called when the place manager is started up.
|
void |
PlaceManager.startup(PlaceObject plobj)
Called by the place manager after the place object has been successfully created.
|
Copyright © 2015. All rights reserved.