Package g3.project.network
Class NetThing
- java.lang.Object
-
- g3.project.core.Threaded
-
- g3.project.network.NetThing
-
- All Implemented Interfaces:
java.lang.Runnable
public final class NetThing extends Threaded
- Author:
- Group 3
-
-
Constructor Summary
Constructors Constructor Description NetThing()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.BlockingQueue<javafx.event.Event>
getRxQueue()
Get the RX queue.void
run()
Run stuff.void
sendEvent(javafx.event.Event event)
Send an event to the net.-
Methods inherited from class g3.project.core.Threaded
getRunning, getSuspended, getThread, start, stop, unsuspend
-
-