Package quicktime.app.spaces

Interface Summary
Collection This interface provide an uniform means of dealing with a collection of Objects in QTJava.
CollectionController Provides a generic interface for objects that want to control collections of objects and have these objects added to the controller when the objects are added to the space.
Controller A Controller is an object that exerts some control over members of a Space.
DynamicCollection The DynamicCollection uses the Protocol class to enable the application to dynamically type members on a collection by collection basis.
Listener Objects that implement this interface are declaring an interest that is derived or sourced from the object that is supplied as the argument to the addedTo interest.
ListenerController A ListenerController is a controller that is generally invoked or made active by events or notificiations from some source object.
Space A Space is a dynamic collection of members.
TicklishController A TicklishController is a controller that requires tickling by the Space's Timer whenever the Space itself is tickled.
TimeableController A TimeableController is a controller that provides its own TimeBase thus allowing it to have an independent sense of time from the Space to which it is attached.
 

Class Summary
Protocol A Protocol is a collection of classes that are used to test an object against.
Sequencer This interface defines operations that can control the positioning of a cursor through a sequence of data.
SimpleSpace SimpleSpace provides a default reference implementation of the Space interface.