Package quicktime.app.time

Interface Summary
Taskable An object can implement this interface to have a managed periodic call of the task method from the TaskThread class
Ticklish The Ticklish interface is primarily implemented by objects that are attached to a Timer.
Timeable This interface defines a protocol for dealing with time lines.
 

Class Summary
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.
Tasking This class implements most of the methods of the Taskable interface, providing an application a default implementation of this.
TaskThread The TaskThread class maintains a table of Taskable objects that will periodically have their task method called.
Timer This class provides timing services for either a subclass or a target object that implements the Ticklish interface.