|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.tudey.client.TudeySceneView.UpdateRecord
protected static class TudeySceneView.UpdateRecord
Contains the state at a single update.
| Field Summary | |
|---|---|
protected HashIntMap<Actor> |
_actors
The states of the actors. |
protected long |
_received
The wall clock time at which the update was received. |
protected int |
_timestamp
The timestamp of the update. |
| Constructor Summary | |
|---|---|
TudeySceneView.UpdateRecord(int timestamp,
long received,
HashIntMap<Actor> actors)
Creates a new update record. |
|
| Method Summary | |
|---|---|
HashIntMap<Actor> |
getActors()
Returns the map of actors. |
long |
getReceived()
Returns the time at which the update was received. |
int |
getTimestamp()
Returns the timestamp of this update. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int _timestamp
protected long _received
protected HashIntMap<Actor> _actors
| Constructor Detail |
|---|
public TudeySceneView.UpdateRecord(int timestamp,
long received,
HashIntMap<Actor> actors)
| Method Detail |
|---|
public int getTimestamp()
public long getReceived()
public HashIntMap<Actor> getActors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||