Class NetThing

  • All Implemented Interfaces:
    java.lang.Runnable

    public final class NetThing
    extends Threaded
    Author:
    Group 3
    • Constructor Summary

      Constructors 
      Constructor Description
      NetThing()
      Constructor.
    • Constructor Detail

      • NetThing

        public NetThing()
        Constructor.
    • Method Detail

      • sendEvent

        public void sendEvent​(javafx.event.Event event)
        Send an event to the net.
        Parameters:
        event - Event to send.
      • getRxQueue

        public java.util.concurrent.BlockingQueue<javafx.event.Event> getRxQueue()
        Get the RX queue.
        Returns:
        blocking queue for events.
      • run

        public void run()
        Description copied from class: Threaded
        Run stuff.
        Specified by:
        run in interface java.lang.Runnable
        Specified by:
        run in class Threaded