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