Package VASSAL.tools.ipc
Class IPCMessageDispatcher
java.lang.Object
VASSAL.tools.ipc.IPCMessageDispatcher
- All Implemented Interfaces:
Runnable
public class IPCMessageDispatcher extends Object implements Runnable
-
Field Summary
Fields Modifier and Type Field Description protected ObjectOutput
out
protected BlockingQueue<IPCMessage>
queue
-
Constructor Summary
Constructors Constructor Description IPCMessageDispatcher(BlockingQueue<IPCMessage> queue, ObjectOutput out)
-
Method Summary
Modifier and Type Method Description void
run()