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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user