More work on things.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3900 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-01 23:52:52 +00:00
parent 679133091b
commit 740e00c731
22 changed files with 684 additions and 19 deletions
@@ -61,7 +61,7 @@ public class MessageEvent extends NamedEvent
}
// documentation inherited
internal override function notifyListener (listener :Object) :void
protected override function notifyListener (listener :Object) :void
{
if (listener is MessageListener) {
listener.messageReceived(this);