Let directors dispatch events.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5708 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-04-06 21:10:32 +00:00
parent c192056f3a
commit fd321d6f2d
@@ -21,6 +21,8 @@
package com.threerings.presents.client { package com.threerings.presents.client {
import flash.events.EventDispatcher;
import com.threerings.presents.util.PresentsContext; import com.threerings.presents.util.PresentsContext;
/** /**
@@ -30,7 +32,7 @@ import com.threerings.presents.util.PresentsContext;
* clean up after themselves when the client logs off (by overriding * clean up after themselves when the client logs off (by overriding
* {@link #clientDidLogoff}). * {@link #clientDidLogoff}).
*/ */
public class BasicDirector public class BasicDirector extends EventDispatcher
implements SessionObserver implements SessionObserver
{ {
/** /**