Inside Macintosh: QuickTime Reference

| Previous | Chapter Contents | Chapter Top | Next |

A New Event Model and Suite of New Classes

The current MouseController (and its subclasses SWController and GroupController) have been deprecated, as has the MouseResponder and Dragger.

This functionality has been replaced and extended with a suite of new classes in a new package: quicktime.app.event

The event package includes an event model which will be used in the future as the primary mechanism for distributing events in QuickTime for Java. It is similar in spirit to the event model that Java 1.1 adopted and the event and listener classes subclass the java.util.* event classes.

Two kinds of events are provided in this release:

Refer to the javadoc for explanations of their usage.

There are four primary QTMouseListeners:


© 2000 Apple Computer, Inc.

Inside Macintosh: QuickTime Reference

| Previous | Chapter Contents | Chapter Top | Next |