hmi.elckerlyc.bridge
Class ElckerlycRealizerBridge
java.lang.Object
hmi.elckerlyc.bridge.ElckerlycRealizerBridge
- All Implemented Interfaces:
- RealizerBridge
public class ElckerlycRealizerBridge
- extends Object
- implements RealizerBridge
Access to an Elckerlyc VH through the RealizerBridge interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
realizer
private ElckerlycRealizer realizer
ElckerlycRealizerBridge
public ElckerlycRealizerBridge(ElckerlycRealizer realizer)
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