Uses of Interface
hmi.bml.feedback.BMLFeedback

Packages that use BMLFeedback
hmi.bml.bridge This package provides transparent access to BML Realizers: directly, through socket connections, to other realizers than Elckerlyc, etc. 
hmi.bml.feedback   
hmi.bml.util   
 

Uses of BMLFeedback in hmi.bml.bridge
 

Fields in hmi.bml.bridge with type parameters of type BMLFeedback
private  ConcurrentLinkedQueue<BMLFeedback> TCPIPRealizerBridgeClient.feedbackQ
          Incoming feedback from the server are stored here.
 

Uses of BMLFeedback in hmi.bml.feedback
 

Classes in hmi.bml.feedback that implement BMLFeedback
 class BMLExceptionFeedback
          Indicates that a failure has occured when executing the BML block with id bmlId.
 class BMLPerformanceStartFeedback
          Indicates the start of execution for a BML block.
 class BMLPerformanceStopFeedback
          Indicates that a BML block has stopped playing.
 class BMLSyncPointProgressFeedback
          Indicates that a certain sync point is passed.
 class BMLWarningFeedback
          Indicates that a warning has occured when executing some BML behaviors.
 

Uses of BMLFeedback in hmi.bml.util
 

Methods in hmi.bml.util with parameters of type BMLFeedback
 void BMLFeedbackManager.sendFeedback(BMLFeedback feedback)