git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@265 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-08-16 03:33:11 +00:00
parent 55c4847a17
commit 2179599bd6
2 changed files with 6 additions and 6 deletions
@@ -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;
@@ -10,8 +10,8 @@ import com.threerings.cocktail.cher.Log;
/**
* 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
* constructed to request the addition of an element to a
* <code>DSet</code> attribute of an element and posted to the dobjmgr.
* constructed to request the addition of an element to a set and posted
* to the dobjmgr.
*
* @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;
@@ -12,8 +12,8 @@ import com.threerings.cocktail.cher.dobj.io.ValueMarshaller;
/**
* 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
* constructed to request the removal of an element from a
* <code>DSet</code> attribute of an object and posted to the dobjmgr.
* constructed to request the removal of an element from a set and posted
* to the dobjmgr.
*
* @see DObjectManager#postEvent
*/