Package quicktime.app.event

Interface Summary
EventDispatcherMaker Creates an object that will dispatch events to the specified ListenerController that has been addedTo the specified space which will become the source of events for that controller.
MouseButtonListener An interface that is used to express an interest in recieving mouse events in a space that have to do with the user pressing, clicking or releasing the mouse button.
MouseEnterExitListener An interface that is used to express an interest in recieving mouse events where the mouse movement (or drag) enters or exits a given space.
MouseMoveListener An interface that is used to express an interest in recieving mouse movement events that occur within a given space.
MouseTargetListener An interface for expressing an interest in mouse movement events within a given space where the mouse movement is based around a selected object(s)) within that space.
QTActionListener This Listener is used to register an interest in QTActionEvents that maybe generated.
QTMouseListener A generic listener for QTMouse events.
 

Class Summary
AWTMouseEventDispatcher This class is used to dispatch events to a QTMouseController when the source of events is some kind of java.awt.Component.
DragAdapter A convenience adapter class for dealing with Drag events.
EventDispatcher The EventDispatch is an abstract class that will create a subclass that will dispatch events to the controller.
MouseButtonAdapter A convenience adapter class for dealing with MouseButton events.
MouseEnterExitAdapter A convenience adapter class for dealing with mouse events that enter or exit a space.
MouseMoveAdapter A convenience adapter class for dealing with mouse movement events within a space.
MouseTargetAdapter A convenience class for dealing with mouse movement events within a given space where the mouse movement is based around a selected object(s)) within that space.
QTActionEvent This class is used by QuickTime objects that have an action associated with them.
QTEventCaster The QTEventCaster is used to broadcast QTEvents to registered listeners.
QTMouseController A QTMouseController is attached to a Space.
QTMouseEvent This class is used by QuickTime objects that have an action associated with them.
QTMouseTargetController A QTMouseTargetController deals with mouse events in a space where the mouse event occurs over (or selects) a member of that space.