Class Sim0MQRemoteController.OTS2AWT

  • All Implemented Interfaces:
    Runnable
    Enclosing class:
    Sim0MQRemoteController

    class Sim0MQRemoteController.OTS2AWT
    extends Thread
    Thread that reads results from OTS and (for now) writes those to the textArea.
    • Constructor Detail

      • OTS2AWT

        OTS2AWT​(org.zeromq.ZContext zContext)
        Construct a new OTS2AWT thread.
        Parameters:
        zContext - ZContext; the ZContext that is needed to construct the PULL socket to read the messages
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread