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.


Constructor Index

 o SyncStartThread(AbstractController, Time)
Construct a SyncStartThread for the given AbstractController.

Method Index

 o run()
syncStarts the AbstractController specified in the constructor.

Constructors

 o 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.

Methods

 o 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