quicktime.std.movies
Interface MovieDrawingComplete


public interface MovieDrawingComplete

Object that implement this interface can be installed to a given movie and notified by the MovieToolbox whenever drawing is completed on that movie


Method Summary
 int execute(Movie m)
          The execute method is called by the Movie toolbox when drawing is completed.
 

Method Detail

execute

public int execute(Movie m)
The execute method is called by the Movie toolbox when drawing is completed.
Parameters:
m - the movie which drawing has just been completed upon
Returns:
an error code or zero if no error
See Also:
QTCallBack, (int, quicktime.std.movies.MovieDrawingComplete)