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:
@@ -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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user