More hackery preservation.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6587 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2011-04-02 04:04:00 +00:00
parent 63c967d8d2
commit 17dc26fe52
@@ -157,6 +157,14 @@ public class AttributeChangedEvent extends NamedEvent
_oldValue = oldValue;
}
/** For unserialization. */
protected AttributeChangedEvent ()
{
super(0, null);
// we can't allow our primary ctor to be called during unserialization, or it will wipe out
// the hackery we do with _oldValue
}
@Override
protected void notifyListener (Object listener)
{