Use the convenience creation methods on ObserverList

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6604 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Charlie Groves
2011-04-05 21:01:02 +00:00
parent ddb30e640e
commit c5a098119f
6 changed files with 11 additions and 16 deletions
@@ -44,7 +44,7 @@ public class BasicDirector extends EventDispatcher
{
// save context
_ctx = ctx;
// listen for session start and end
var client :Client = ctx.getClient();
client.addClientObserver(this);