Package hmi.bml.feedback

Interface Summary
BMLExceptionListener Captures BMLExceptions
BMLFeedback Marker interface for all types of BML Feedback.
BMLFeedbackListener Captures BML feedback callbacks.
BMLListener Marker interface for all BML Listeners
BMLWarningListener Captures BMLWarningFeedback.
 

Class Summary
BMLExceptionFeedback Indicates that a failure has occured when executing the BML block with id bmlId.
BMLPerformanceStartFeedback Indicates the start of execution for a BML block.
BMLPerformanceStopFeedback Indicates that a BML block has stopped playing.
BMLSyncPointProgressFeedback Indicates that a certain sync point is passed.
BMLWarningFeedback Indicates that a warning has occured when executing some BML behaviors.
StderrExceptionListener Sends BMLExceptions to the stderr.
StdoutFeedbackListener  
StdoutWarningListener  
XMLBMLExceptionFeedback XML wrapper for BML Exception
XMLBMLPerformanceStartFeedback XML wrapper for BMLPerformanceStartFeedback
XMLBMLPerformanceStopFeedback XML wrapper for BMLPerformanceStopFeedback
XMLBMLSyncPointProgressFeedback XML wrapper for BMLSyncPointProgressFeedback
XMLBMLWarningFeedback XML wrapper for BML Warning