Package net.officefloor.server
Interface SocketRunnable
-
public interface SocketRunnable
Runnable
to run on theSocket
Thread
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run()
Runs the execution.
-