Uses of Package
quicktime.app.time

Packages that use quicktime.app.time
quicktime.app.actions   
quicktime.app.anim   
quicktime.app.display   
quicktime.app.players   
quicktime.app.sg   
quicktime.app.spaces   
quicktime.app.time   
 

Classes in quicktime.app.time used by quicktime.app.actions
Ticklish
          The Ticklish interface is primarily implemented by objects that are attached to a Timer.
 

Classes in quicktime.app.time used by quicktime.app.anim
Ticklish
          The Ticklish interface is primarily implemented by objects that are attached to a Timer.
 

Classes in quicktime.app.time used by quicktime.app.display
Ticklish
          The Ticklish interface is primarily implemented by objects that are attached to a Timer.
 

Classes in quicktime.app.time used by quicktime.app.players
Taskable
          An object can implement this interface to have a managed periodic call of the task method from the TaskThread class
Tasking
          This class implements most of the methods of the Taskable interface, providing an application a default implementation of this.
Timeable
          This interface defines a protocol for dealing with time lines.
 

Classes in quicktime.app.time used by quicktime.app.sg
Taskable
          An object can implement this interface to have a managed periodic call of the task method from the TaskThread class
Tasking
          This class implements most of the methods of the Taskable interface, providing an application a default implementation of this.
 

Classes in quicktime.app.time used by quicktime.app.spaces
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.
Timer
          This class provides timing services for either a subclass or a target object that implements the Ticklish interface.
 

Classes in quicktime.app.time used by quicktime.app.time
Taskable
          An object can implement this interface to have a managed periodic call of the task method from the TaskThread 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.
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.
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.