Started work on invocation/receiver stuff, but jeez ActionScript is making

it a pain in the ass.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3893 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-02-27 21:56:39 +00:00
parent 72f33bbbc0
commit abd7f75ae9
6 changed files with 299 additions and 7 deletions
@@ -205,13 +205,13 @@ public class Client extends EventDispatcher
}
}
protected function gotClientObject (clobj :ClientObject) :void
internal function gotClientObject (clobj :ClientObject) :void
{
_clobj = clobj;
notifyObservers(ClientEvent.CLIENT_DID_LOGON);
}
protected function getClientObjectFailed (cause :Error) :void
internal function getClientObjectFailed (cause :Error) :void
{
notifyObservers(ClientEvent.CLIENT_FAILED_TO_LOGON, cause);
}