Make available the frame that we manage.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2588 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: FrameManager.java,v 1.42 2003/05/08 21:26:27 mdb Exp $
|
||||
// $Id: FrameManager.java,v 1.43 2003/05/19 03:01:13 mdb Exp $
|
||||
|
||||
package com.threerings.media;
|
||||
|
||||
@@ -279,6 +279,14 @@ public abstract class FrameManager
|
||||
_participants.remove(participant);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the frame being managed.
|
||||
*/
|
||||
public JFrame getFrame ()
|
||||
{
|
||||
return _frame;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a millisecond granularity time stamp using the {@link
|
||||
* MediaTimer} with which this frame manager was configured.
|
||||
|
||||
Reference in New Issue
Block a user