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:
Michael Bayne
2002-03-21 01:10:24 +00:00
parent ad611952fa
commit 5c422a18e1
@@ -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);
}
}