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:
@@ -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
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user