Uses of Interface
hmi.bml.feedback.BMLExceptionListener

Packages that use BMLExceptionListener
hmi.bml.bridge This package provides transparent access to BML Realizers: directly, through socket connections, to other realizers than Elckerlyc, etc. 
hmi.bml.bridge.ui Several GUI and utility classes that operate only on a RealizerBridge (and are independent of HmiElckerlyc and HmiEnvironment) 
hmi.bml.feedback   
hmi.bml.util   
hmi.elckerlyc The Hmi BML realizer Elckerlyc. 
hmi.elckerlyc.animationengine   
hmi.elckerlyc.audioengine The AudioEngine is for playing sound fragments from disk (wav, mp3, etc). 
hmi.elckerlyc.bridge RealizerBridge implementations that are specific to the ElckerlycRealizer. 
hmi.elckerlyc.faceengine   
hmi.elckerlyc.interrupt   
hmi.elckerlyc.scheduler   
hmi.elckerlyc.speechengine   
hmi.elckerlyc.wait   
hmi.environment.semaine Bridging for several Elckerlyc modules to the SEMAINE API. 
hmi.testutil.bml.feedback   
 

Uses of BMLExceptionListener in hmi.bml.bridge
 

Classes in hmi.bml.bridge that implement BMLExceptionListener
 class TCPIPRealizerBridgeServer
          Takes a RealizerBridge, and exposes access to it through a tcp/ip connection.
 

Uses of BMLExceptionListener in hmi.bml.bridge.ui
 

Classes in hmi.bml.bridge.ui that implement BMLExceptionListener
 class FeedbackPanel
           
 

Uses of BMLExceptionListener in hmi.bml.feedback
 

Classes in hmi.bml.feedback that implement BMLExceptionListener
 class StderrExceptionListener
          Sends BMLExceptions to the stderr.
 

Uses of BMLExceptionListener in hmi.bml.util
 

Fields in hmi.bml.util with type parameters of type BMLExceptionListener
private  List<BMLExceptionListener> BMLFeedbackManager.bel
          This listener should receive feedback that comes in over the network connection
 

Uses of BMLExceptionListener in hmi.elckerlyc
 

Fields in hmi.elckerlyc with type parameters of type BMLExceptionListener
private  List<BMLExceptionListener> ExceptionManager.exceptionListeners
           
 

Methods in hmi.elckerlyc with parameters of type BMLExceptionListener
 void Player.addExceptionListener(BMLExceptionListener es)
           
 void Planner.addExceptionListener(BMLExceptionListener el)
           
 void ExceptionManager.addExceptionListener(BMLExceptionListener es)
           
 void ElckerlycRealizer.addExceptionListener(BMLExceptionListener newListener)
          adds an exception listener to the realizer.
 void ElckerlycRealizer.setExceptionListener(BMLExceptionListener e)
          Remove all exception listeners and set a new one for the scheduler and animation player.
 

Uses of BMLExceptionListener in hmi.elckerlyc.animationengine
 

Methods in hmi.elckerlyc.animationengine with parameters of type BMLExceptionListener
 void AnimationPlayer.addExceptionListener(BMLExceptionListener ws)
           
 void AnimationPlanner.addExceptionListener(BMLExceptionListener war)
           
 

Uses of BMLExceptionListener in hmi.elckerlyc.audioengine
 

Fields in hmi.elckerlyc.audioengine with type parameters of type BMLExceptionListener
private  List<BMLExceptionListener> AudioPlanPlayer.exceptionListeners
           
 

Methods in hmi.elckerlyc.audioengine with parameters of type BMLExceptionListener
 void AudioPlayer.addExceptionListener(BMLExceptionListener ws)
           
 void AudioPlanner.addExceptionListener(BMLExceptionListener war)
           
 void AudioPlanPlayer.addExceptionListener(BMLExceptionListener es)
           
 

Uses of BMLExceptionListener in hmi.elckerlyc.bridge
 

Classes in hmi.elckerlyc.bridge that implement BMLExceptionListener
 class LoggingRealizerBridge
          A LoggingRealizerBridge can be put between two bridges to log their communication.
 

Uses of BMLExceptionListener in hmi.elckerlyc.faceengine
 

Methods in hmi.elckerlyc.faceengine with parameters of type BMLExceptionListener
 void FacePlayer.addExceptionListener(BMLExceptionListener ws)
           
 void FacePlanner.addExceptionListener(BMLExceptionListener war)
           
 

Uses of BMLExceptionListener in hmi.elckerlyc.interrupt
 

Methods in hmi.elckerlyc.interrupt with parameters of type BMLExceptionListener
 void InterruptPlayer.addExceptionListener(BMLExceptionListener ws)
           
 void InterruptPlanner.addExceptionListener(BMLExceptionListener war)
           
 

Uses of BMLExceptionListener in hmi.elckerlyc.scheduler
 

Classes in hmi.elckerlyc.scheduler that implement BMLExceptionListener
 class BMLBlock
          Captures the feedback of behaviors of a BML Block and sends the BML stop feedback when the block is finished.
 

Fields in hmi.elckerlyc.scheduler with type parameters of type BMLExceptionListener
private  List<BMLExceptionListener> BMLScheduler.exceptionListeners
           
 

Methods in hmi.elckerlyc.scheduler with parameters of type BMLExceptionListener
 void BMLScheduler.addExceptionListener(BMLExceptionListener e)
          Adds an exception listener.
 void BMLScheduler.removeExceptionListener(BMLExceptionListener e)
           
 

Uses of BMLExceptionListener in hmi.elckerlyc.speechengine
 

Fields in hmi.elckerlyc.speechengine with type parameters of type BMLExceptionListener
private  List<BMLExceptionListener> VerbalPlanPlayer.exceptionListeners
           
 

Methods in hmi.elckerlyc.speechengine with parameters of type BMLExceptionListener
 void VerbalPlayer.addExceptionListener(BMLExceptionListener ws)
           
 void VerbalPlanPlayer.addExceptionListener(BMLExceptionListener ws)
           
 void TextPlanner.addExceptionListener(BMLExceptionListener war)
           
 void TTSPlanner.addExceptionListener(BMLExceptionListener war)
           
 

Uses of BMLExceptionListener in hmi.elckerlyc.wait
 

Methods in hmi.elckerlyc.wait with parameters of type BMLExceptionListener
 void WaitPlayer.addExceptionListener(BMLExceptionListener ws)
           
 void WaitPlanner.addExceptionListener(BMLExceptionListener war)
           
 

Uses of BMLExceptionListener in hmi.environment.semaine
 

Classes in hmi.environment.semaine that implement BMLExceptionListener
 class ElckerlycSemaineBridge
           
 

Uses of BMLExceptionListener in hmi.testutil.bml.feedback
 

Classes in hmi.testutil.bml.feedback that implement BMLExceptionListener
 class ListBMLExceptionListener