hmi.bml.bridge
Class TCPIPRealizerBridgeClient.FeedbackRedirector
java.lang.Object
hmi.bml.bridge.TCPIPRealizerBridgeClient.FeedbackRedirector
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- TCPIPRealizerBridgeClient
private class TCPIPRealizerBridgeClient.FeedbackRedirector
- extends Object
- implements Runnable
The process that reads feedback from the feedback queue, and sends it to the BML feedback listeners.
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TCPIPRealizerBridgeClient.FeedbackRedirector
private TCPIPRealizerBridgeClient.FeedbackRedirector()
run
public void run()
- Specified by:
run in interface Runnable