hmi.bml.bridge
Class TCPIPRealizerBridgeClient.FeedbackRedirector

java.lang.Object
  extended by 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.


Constructor Summary
private TCPIPRealizerBridgeClient.FeedbackRedirector()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPIPRealizerBridgeClient.FeedbackRedirector

private TCPIPRealizerBridgeClient.FeedbackRedirector()
Method Detail

run

public void run()
Specified by:
run in interface Runnable