All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface quicktime.app.RecordMovieCallback

public interface RecordMovieCallback
An object that implements this interface can be given to the RecordMovie class to notify the caller when recording is complete. The movie that is returned in the parametre of the finish method is the movie to which a video track was added.


Method Index

 o finish(Movie)
Called when the movie is completed recording.

Methods

 o finish
 public abstract void finish(Movie m)
Called when the movie is completed recording.

Parameters:
m - the movie to which the track was added

All Packages  Class Hierarchy  This Package  Previous  Next  Index