Implemented a Ray-proposed solution where we keep track of events that were
(pre-applied and) posted before we received our object but processed (and hence dispatched to us) after we received our object. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4715 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -22,10 +22,9 @@
|
||||
package com.threerings.presents.dobj;
|
||||
|
||||
/**
|
||||
* Defines a special kind of subscriber that proxies events for a
|
||||
* subordinate distributed object manager. All events dispatched on
|
||||
* objects with which this subscriber is registered are passed along to
|
||||
* the subscriber for delivery to its subordinate manager.
|
||||
* Defines a special kind of subscriber that proxies events for a subordinate distributed object
|
||||
* manager. All events dispatched on objects with which this subscriber is registered are passed
|
||||
* along to the subscriber for delivery to its subordinate manager.
|
||||
*
|
||||
* @see DObject#addListener
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user