Make our ManagedRoot available to callers.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@335 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2007-11-09 23:00:04 +00:00
parent e5406c5786
commit 5485cf2ab4
@@ -232,6 +232,14 @@ public abstract class FrameManager
return _overlay;
}
/**
* Returns the managed root on which this frame manager is operating.
*/
public ManagedRoot getManagedRoot ()
{
return _root;
}
/**
* Clears out any media overlay that is in use.
*/