Added a Cloneable interface, fixed up a few bits.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4148 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-25 01:18:04 +00:00
parent 4415b88e60
commit 9b11d03b46
8 changed files with 33 additions and 17 deletions
@@ -189,6 +189,7 @@ public class Communicator
*/
protected function socketClosed (event :Event) :void
{
Log.getLog(this).warning("socket was closed: " + event);
_client.notifyObservers(ClientEvent.CLIENT_CONNECTION_FAILED);
shutdown(null);
}