hmi.elckerlyc.bridge
Class ElckerlycRealizerBridge

java.lang.Object
  extended by hmi.elckerlyc.bridge.ElckerlycRealizerBridge
All Implemented Interfaces:
RealizerBridge

public class ElckerlycRealizerBridge
extends Object
implements RealizerBridge

Access to an Elckerlyc VH through the RealizerBridge interface.


Field Summary
private  ElckerlycRealizer realizer
           
 
Constructor Summary
ElckerlycRealizerBridge(ElckerlycRealizer realizer)
           
 
Method Summary
 void addListeners(BMLListener... listeners)
          Add some listeners to which BML Feedback will be sent
 void addPlanningListener(BMLTPlanningListener bpl)
           
 void performBML(String bmlString)
          Asks the realizer to perform a BML block.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

realizer

private ElckerlycRealizer realizer
Constructor Detail

ElckerlycRealizerBridge

public ElckerlycRealizerBridge(ElckerlycRealizer realizer)
Method Detail

performBML

public void performBML(String bmlString)
Description copied from interface: RealizerBridge
Asks the realizer to perform a BML block. Non-blocking: this call will NOT block until the BML has been completely performed! It may block until the BML has been scheduled, though -- this is undetermined.

Specified by:
performBML in interface RealizerBridge

addPlanningListener

public void addPlanningListener(BMLTPlanningListener bpl)

addListeners

public void addListeners(BMLListener... listeners)
Description copied from interface: RealizerBridge
Add some listeners to which BML Feedback will be sent

Specified by:
addListeners in interface RealizerBridge