Chipping away at proper type safety for all of the Narya code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4232 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-06-27 17:46:36 +00:00
parent 54db9d7d4e
commit 0a5953bf17
6 changed files with 46 additions and 46 deletions
@@ -29,7 +29,7 @@ package com.threerings.presents.dobj;
*
* @see DObject#addListener
*/
public interface ProxySubscriber extends Subscriber
public interface ProxySubscriber extends Subscriber<DObject>
{
/**
* Called when any event has been dispatched on an object.