|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BMLWarningListener | |
|---|---|
| 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.bridge | RealizerBridge implementations that are specific to the ElckerlycRealizer. |
| hmi.elckerlyc.scheduler | |
| hmi.environment.semaine | Bridging for several Elckerlyc modules to the SEMAINE API. |
| hmi.testutil.bml.feedback | |
| Uses of BMLWarningListener in hmi.bml.bridge |
|---|
| Classes in hmi.bml.bridge that implement BMLWarningListener | |
|---|---|
class |
TCPIPRealizerBridgeServer
Takes a RealizerBridge, and exposes access to it through a tcp/ip connection. |
| Uses of BMLWarningListener in hmi.bml.bridge.ui |
|---|
| Classes in hmi.bml.bridge.ui that implement BMLWarningListener | |
|---|---|
class |
FeedbackPanel
|
| Uses of BMLWarningListener in hmi.bml.feedback |
|---|
| Classes in hmi.bml.feedback that implement BMLWarningListener | |
|---|---|
class |
StdoutWarningListener
|
| Uses of BMLWarningListener in hmi.bml.util |
|---|
| Fields in hmi.bml.util with type parameters of type BMLWarningListener | |
|---|---|
private List<BMLWarningListener> |
BMLFeedbackManager.bwl
This listener should receive feedback that comes in over the network connection |
| Uses of BMLWarningListener in hmi.elckerlyc |
|---|
| Methods in hmi.elckerlyc with parameters of type BMLWarningListener | |
|---|---|
void |
ElckerlycRealizer.addWarningListener(BMLWarningListener newListener)
add a warninglistener to the realizer. |
void |
ElckerlycRealizer.setWarningListener(BMLWarningListener w)
Remove all warning listeners and set a new one for the scheduler and animation player. |
| Uses of BMLWarningListener in hmi.elckerlyc.bridge |
|---|
| Classes in hmi.elckerlyc.bridge that implement BMLWarningListener | |
|---|---|
class |
LoggingRealizerBridge
A LoggingRealizerBridge can be put between two bridges to log their communication. |
| Uses of BMLWarningListener in hmi.elckerlyc.scheduler |
|---|
| Classes in hmi.elckerlyc.scheduler that implement BMLWarningListener | |
|---|---|
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 BMLWarningListener | |
|---|---|
private List<BMLWarningListener> |
BMLScheduler.warningListeners
|
| Methods in hmi.elckerlyc.scheduler with parameters of type BMLWarningListener | |
|---|---|
void |
BMLScheduler.addWarningListener(BMLWarningListener ws)
Adds an warning listener. |
void |
BMLScheduler.removeWarningListener(BMLWarningListener ws)
|
| Uses of BMLWarningListener in hmi.environment.semaine |
|---|
| Classes in hmi.environment.semaine that implement BMLWarningListener | |
|---|---|
class |
ElckerlycSemaineBridge
|
| Uses of BMLWarningListener in hmi.testutil.bml.feedback |
|---|
| Classes in hmi.testutil.bml.feedback that implement BMLWarningListener | |
|---|---|
class |
ListBMLWarningListener
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||