Edits.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@265 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: EntryAddedEvent.java,v 1.1 2001/08/16 03:31:09 mdb Exp $
|
// $Id: EntryAddedEvent.java,v 1.2 2001/08/16 03:33:11 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cocktail.cher.dobj;
|
package com.threerings.cocktail.cher.dobj;
|
||||||
|
|
||||||
@@ -10,8 +10,8 @@ import com.threerings.cocktail.cher.Log;
|
|||||||
/**
|
/**
|
||||||
* An element added event is dispatched when an element is added to a
|
* An element added event is dispatched when an element is added to a
|
||||||
* <code>DSet</code> attribute of a distributed element. It can also be
|
* <code>DSet</code> attribute of a distributed element. It can also be
|
||||||
* constructed to request the addition of an element to a
|
* constructed to request the addition of an element to a set and posted
|
||||||
* <code>DSet</code> attribute of an element and posted to the dobjmgr.
|
* to the dobjmgr.
|
||||||
*
|
*
|
||||||
* @see DObjectManager#postEvent
|
* @see DObjectManager#postEvent
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: EntryRemovedEvent.java,v 1.1 2001/08/16 03:31:09 mdb Exp $
|
// $Id: EntryRemovedEvent.java,v 1.2 2001/08/16 03:33:11 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cocktail.cher.dobj;
|
package com.threerings.cocktail.cher.dobj;
|
||||||
|
|
||||||
@@ -12,8 +12,8 @@ import com.threerings.cocktail.cher.dobj.io.ValueMarshaller;
|
|||||||
/**
|
/**
|
||||||
* An element removed event is dispatched when an element is removed from
|
* An element removed event is dispatched when an element is removed from
|
||||||
* a <code>DSet</code> attribute of a distributed object. It can also be
|
* a <code>DSet</code> attribute of a distributed object. It can also be
|
||||||
* constructed to request the removal of an element from a
|
* constructed to request the removal of an element from a set and posted
|
||||||
* <code>DSet</code> attribute of an object and posted to the dobjmgr.
|
* to the dobjmgr.
|
||||||
*
|
*
|
||||||
* @see DObjectManager#postEvent
|
* @see DObjectManager#postEvent
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user