More progress on the basic distributed object facilities.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@16 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-06-01 05:01:52 +00:00
parent 04f3aacab2
commit 567a2ada10
6 changed files with 239 additions and 10 deletions
@@ -0,0 +1,14 @@
//
// $Id: DEvent.java,v 1.1 2001/06/01 05:01:52 mdb Exp $
package com.threerings.cocktail.cher.dobj;
/**
* A distributed object event is dispatched whenever any modification is
* made to a distributed object. It can also be dispatched purely for
* notification purposes, without making any modifications to the object
* that defines the delivery group (the object's subscribers).
*/
public class DEvent
{
}