Speeling
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6080 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -37,7 +37,7 @@ public class DeltaCalculator
|
||||
{
|
||||
/**
|
||||
* Constructs a delta calculator which is used to calculate the time
|
||||
* delta between the client and server, accounding reasonably well for
|
||||
* delta between the client and server, accounting reasonably well for
|
||||
* the delay introduced by sending a timestamp over the network from
|
||||
* the server to the client.
|
||||
*/
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
package com.threerings.presents.dobj;
|
||||
|
||||
/**
|
||||
* Implemented by entites which wish to hear about attribute changes that
|
||||
* Implemented by entities which wish to hear about attribute changes that
|
||||
* take place for a particular distributed object.
|
||||
*
|
||||
* @see DObject#addListener
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
package com.threerings.presents.dobj;
|
||||
|
||||
/**
|
||||
* Implemented by entites which wish to hear about element updates that
|
||||
* Implemented by entities which wish to hear about element updates that
|
||||
* take place for a particular distributed object.
|
||||
*
|
||||
* @see DObject#addListener
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
package com.threerings.presents.dobj;
|
||||
|
||||
/**
|
||||
* Implemented by entites which wish to hear about all events being
|
||||
* Implemented by entities which wish to hear about all events being
|
||||
* dispatched on a particular distributed object.
|
||||
*
|
||||
* @see DObject#addListener
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
package com.threerings.presents.dobj;
|
||||
|
||||
/**
|
||||
* Implemented by entites which wish to hear about message events that are
|
||||
* Implemented by entities which wish to hear about message events that are
|
||||
* dispatched on a particular distributed object.
|
||||
*
|
||||
* @see DObject#addListener
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
package com.threerings.presents.dobj;
|
||||
|
||||
/**
|
||||
* Implemented by entites which wish to hear about object destruction events.
|
||||
* Implemented by entities which wish to hear about object destruction events.
|
||||
*
|
||||
* @see DObject#addListener
|
||||
*/
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
package com.threerings.presents.dobj;
|
||||
|
||||
/**
|
||||
* Implemented by entites which wish to hear about changes that occur to
|
||||
* Implemented by entities which wish to hear about changes that occur to
|
||||
* oid list attributes of a particular distributed object.
|
||||
*
|
||||
* @see DObject#addListener
|
||||
|
||||
Reference in New Issue
Block a user