quicktime.std.qtcomponents
Interface XMLCommentProc


public interface XMLCommentProc

The XMLCommentProc corresponds to the QuickTime CommentHandler callback


Method Summary
 void execute(java.lang.String comment)
          The method that is called by the XMLParser for parsing Comment events.
 

Method Detail

execute

public void execute(java.lang.String comment)
             throws QTException
The method that is called by the XMLParser for parsing Comment events. If any error occurs that should be provided back to quicktime this method should throw an exception with the appropriate error number.