Uses of Interface
quicktime.app.display.DrawingListener

Packages that use DrawingListener
quicktime.app.anim   
quicktime.app.display   
quicktime.app.image   
quicktime.app.players   
 

Uses of DrawingListener in quicktime.app.anim
 

Methods in quicktime.app.anim with parameters of type DrawingListener
 void SWCompositor.addDrawingListener(DrawingListener listener)
          Registers an object as a listener of the Compositor.
 void SWCompositor.removeDrawingListener(DrawingListener listener)
          Removes an object that is a listener of the Compositor.
 

Uses of DrawingListener in quicktime.app.display
 

Classes in quicktime.app.display that implement DrawingListener
 class JQTCanvas
          This is a Lightweight version of the JQTCanvas class designed for use with Swing Because it is strictly lightweight, and has no native peer, you can only have client classes that do not use a controller such as the Compositor class and MoviePlayer.
 

Methods in quicktime.app.display with parameters of type DrawingListener
 void DrawingNotifier.addDrawingListener(DrawingListener listener)
          This method is called by some kind of container object when the Listener is added to the object that is the source of the interest.
 void DrawingNotifier.removeDrawingListener(DrawingListener listener)
          This method is called by the specified object when the Listener object is removed from the object that is the source of the interest.
 

Uses of DrawingListener in quicktime.app.image
 

Methods in quicktime.app.image with parameters of type DrawingListener
 void QTEffectPresenter.addDrawingListener(DrawingListener listener)
          Registers an object as a listener of the Compositor.
 void QTEffectPresenter.removeDrawingListener(DrawingListener listener)
          Removes an object that is a listener of the Compositor.
 

Uses of DrawingListener in quicktime.app.players
 

Methods in quicktime.app.players with parameters of type DrawingListener
 void MoviePlayer.addDrawingListener(DrawingListener listener)
          Registers an object as a listener of the MoviePlayer.
 void MoviePlayer.removeDrawingListener(DrawingListener listener)
          Removes an object that is a listener of the MoviePlayer.
 void MoviePresenter.addDrawingListener(DrawingListener listener)
          Registers an object as a listener of the MoviePlayer.
 void MoviePresenter.removeDrawingListener(DrawingListener listener)
          Removes an object that is a listener of the MoviePlayer.