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