ElementUpdatedEvent wasn't registered.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@528 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: TypedObjectRegistry.java,v 1.7 2001/10/11 04:07:52 mdb Exp $
|
// $Id: TypedObjectRegistry.java,v 1.8 2001/10/23 20:22:47 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.presents.io;
|
package com.threerings.presents.io;
|
||||||
|
|
||||||
@@ -70,5 +70,7 @@ public class TypedObjectRegistry
|
|||||||
ElementAddedEvent.class);
|
ElementAddedEvent.class);
|
||||||
TypedObjectFactory.registerClass(ElementRemovedEvent.TYPE,
|
TypedObjectFactory.registerClass(ElementRemovedEvent.TYPE,
|
||||||
ElementRemovedEvent.class);
|
ElementRemovedEvent.class);
|
||||||
|
TypedObjectFactory.registerClass(ElementUpdatedEvent.TYPE,
|
||||||
|
ElementUpdatedEvent.class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user