quicktime.app.display
Interface DrawingNotifier

All Known Implementing Classes:
MoviePlayer, MoviePresenter, QTEffectPresenter, SWCompositor

public interface DrawingNotifier


Method Summary
 void addDrawingListener(DrawingListener listener)
          Deprecated. since QTJava 6.1
 void removeDrawingListener(DrawingListener listener)
          Deprecated. since QTJava 6.1
 

Method Detail

addDrawingListener

public void addDrawingListener(DrawingListener listener)
Deprecated. since QTJava 6.1

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.


removeDrawingListener

public void removeDrawingListener(DrawingListener listener)
Deprecated. since QTJava 6.1

This method is called by the specified object when the Listener object is removed from the object that is the source of the interest.