quicktime.std.movies
Interface ExecutingWiredAction


public interface ExecutingWiredAction

Classes that implement this interface can be installed into a given movie and receive notification when their wired actions are executed


Method Summary
 short execute(Movie mov, int flags, AtomContainer actionContainer)
          The exceute method is called by the Movie toolbox when a wired action is executed
 

Method Detail

execute

public short execute(Movie mov,
                     int flags,
                     AtomContainer actionContainer)
The exceute method is called by the Movie toolbox when a wired action is executed
Parameters:
mov - the Movie that contains the wired actions
flags - the flags of the movie specifying execution settings
actionContainer - the container encapuslating the wired actions
See Also:
Movie.addExecuteWiredActionsProc(ExecutingWiredAction)