All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.std.movies.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
-
execute(Movie)
- The execute method is called by the Movie toolbox when drawing is completed.
execute
public abstract 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, setDrawingCompleteProc
All Packages Class Hierarchy This Package Previous Next Index