Needed to register CompoundEvent.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1145 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: TypedObjectRegistry.java,v 1.10 2002/03/21 01:10:24 mdb Exp $
|
// $Id: TypedObjectRegistry.java,v 1.11 2002/03/21 01:57:40 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.presents.io;
|
package com.threerings.presents.io;
|
||||||
|
|
||||||
@@ -74,5 +74,7 @@ public class TypedObjectRegistry
|
|||||||
EntryUpdatedEvent.class);
|
EntryUpdatedEvent.class);
|
||||||
TypedObjectFactory.registerClass(ElementUpdatedEvent.TYPE,
|
TypedObjectFactory.registerClass(ElementUpdatedEvent.TYPE,
|
||||||
ElementUpdatedEvent.class);
|
ElementUpdatedEvent.class);
|
||||||
|
TypedObjectFactory.registerClass(CompoundEvent.TYPE,
|
||||||
|
CompoundEvent.class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user