All Packages Class Hierarchy This Package Previous Next Index
Class ejmf.toolkit.media.SyncStartThread
java.lang.Object
|
+----java.lang.Thread
|
+----ejmf.toolkit.media.SyncStartThread
- public class SyncStartThread
- extends Thread
Provides a thread to asynchronously SyncStart the given
AbstractController.
-
SyncStartThread(AbstractController, Time)
- Construct a SyncStartThread for the given
AbstractController.
-
run()
- syncStarts the AbstractController specified in the
constructor.
SyncStartThread
public SyncStartThread(AbstractController controller,
Time timeBaseStartTime)
- Construct a SyncStartThread for the given
AbstractController. The AbstractController will not be
syncStarted until this thread is started.
run
public void run()
- syncStarts the AbstractController specified in the
constructor. This method should not be called directly.
Use start() to start this thread.
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index