| Package | Description |
|---|---|
| com.threerings.bureau.client | |
| com.threerings.crowd.chat.client | |
| com.threerings.crowd.client | |
| com.threerings.presents.client | |
| com.threerings.presents.peer.server |
| Modifier and Type | Class and Description |
|---|---|
class |
BureauDirector
Allows the server to create and destroy agents on a client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChatDirector
The chat director is the client side coordinator of all chat related services.
|
class |
MuteDirector
Manages the mutelist.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocationDirector
The location director provides a means by which entities on the client can request to move from
place to place and can be notified if other entities have caused the client to move to a new
place.
|
class |
OccupantDirector
The occupant director listens for occupants of places to enter and
exit, and dispatches notices to interested parties about these events.
|
class |
TestClient
A client that is useful when doing unit testing.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientObserver
A client observer is a more detailed version of the
SessionObserver for entities that
are interested in more detail about the logon/logoff process. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDirector
Handles functionality common to nearly all client directors.
|
class |
ClientAdapter
The client adapter makes life easier for client observer classes that
only care about one or two of the client observer callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.addClientObserver(SessionObserver observer)
Registers the supplied observer with this client.
|
boolean |
ObserverOps.Session.apply(SessionObserver obs) |
void |
ObserverOps.Client.notify(SessionObserver obs) |
void |
Client.removeClientObserver(SessionObserver observer)
Unregisters the supplied observer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PeerNode
Contains all runtime information for one of our peer nodes.
|
Copyright © 2015. All rights reserved.