quicktime.app.display
Interface DrawingNotifier

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

public interface DrawingNotifier


Method Summary
 void 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 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.
 

Method Detail

addDrawingListener

public void 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.
Parameters:
source - the object that is to be the source of interest for the the Listener object.

removeDrawingListener

public void 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.
Parameters:
source - the object that is to be the source of interest for the the Listener object.