Register our ElementUpdateEvent with the TypedObjectRegistry.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1144 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: TypedObjectRegistry.java,v 1.9 2002/03/18 23:21:26 mdb Exp $
|
||||
// $Id: TypedObjectRegistry.java,v 1.10 2002/03/21 01:10:24 mdb Exp $
|
||||
|
||||
package com.threerings.presents.io;
|
||||
|
||||
@@ -72,5 +72,7 @@ public class TypedObjectRegistry
|
||||
EntryRemovedEvent.class);
|
||||
TypedObjectFactory.registerClass(EntryUpdatedEvent.TYPE,
|
||||
EntryUpdatedEvent.class);
|
||||
TypedObjectFactory.registerClass(ElementUpdatedEvent.TYPE,
|
||||
ElementUpdatedEvent.class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user