And finally, narya gets the imports/overrides/regen love.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5241 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2008-07-18 23:20:17 +00:00
parent e41dda3018
commit 6b1d65553f
129 changed files with 383 additions and 304 deletions
@@ -71,13 +71,13 @@ public class EntryAddedEvent<T extends DSet.Entry> extends NamedEvent
return _entry;
}
@Override // from DEvent
@Override
public boolean alreadyApplied ()
{
return _alreadyApplied;
}
@Override // from DEvent
@Override
public boolean applyToObject (DObject target)
throws ObjectAccessException
{
@@ -89,7 +89,7 @@ public class EntryAddedEvent<T extends DSet.Entry> extends NamedEvent
return true;
}
// documentation inherited
@Override
protected void notifyListener (Object listener)
{
if (listener instanceof SetListener) {
@@ -98,7 +98,7 @@ public class EntryAddedEvent<T extends DSet.Entry> extends NamedEvent
}
}
// documentation inherited
@Override
protected void toString (StringBuilder buf)
{
buf.append("ELADD:");