| Package | Description |
|---|---|
| com.threerings.crowd.chat.client | |
| com.threerings.crowd.client |
| Modifier and Type | Class and Description |
|---|---|
class |
ChatDirector
The chat director is the client side coordinator of all chat related services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocationAdapter
The location adapter makes life easier for a class that really only
cares about one or two of the location observer callbacks and doesn't
want to provide empty implementations of the others.
|
class |
OccupantDirector
The occupant director listens for occupants of places to enter and
exit, and dispatches notices to interested parties about these events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocationDirector.addLocationObserver(LocationObserver observer)
Adds a location observer to the list.
|
void |
LocationDirector.removeLocationObserver(LocationObserver observer)
Removes a location observer from the list.
|
Copyright © 2015. All rights reserved.