Uses of Interface
quicktime.app.time.Taskable

Packages that use Taskable
quicktime.app.players   
quicktime.app.sg   
quicktime.app.time   
 

Uses of Taskable in quicktime.app.players
 

Classes in quicktime.app.players that implement Taskable
 class QTPlayer
          The QTPlayer class allows your application to display, play and control any QuickTime movie with the standard QuickTime movie controller.
 

Uses of Taskable in quicktime.app.sg
 

Classes in quicktime.app.sg that implement Taskable
 class PresentationDrawer
           
 class SGDrawer
          This class presents the SequenceGrabber/SGChannel component as a Drawable object so that it can be displayed within the confines of the QTCanvas.
 

Uses of Taskable in quicktime.app.time
 

Classes in quicktime.app.time that implement Taskable
 class TaskAllMovies
          QuickTime's MoviesTask call can be called in two ways. It can be called on a specific movie - this is what the MoviePlayer.task method does (and Movie.task) It can be called to service all active TimeBases and Movies in a single call.
 class Tasking
          This class implements most of the methods of the Taskable interface, providing an application a default implementation of this.
 

Methods in quicktime.app.time with parameters of type Taskable
 void TaskThread.addAndStart(Taskable t)
          This method will add a taskable client to the list.