Class InputDeviceConnection
java.lang.Object
com.sparshui.server.InputDeviceConnection
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsConstructorDescriptionInputDeviceConnection(GestureServer gestureServer, Socket socket) Create a new input device connection with the given gesture server and socket. -
Method Summary
-
Constructor Details
-
InputDeviceConnection
Create a new input device connection with the given gesture server and socket.- Parameters:
gestureServer- The gesture server.socket-- Throws:
IOException- If there is a communication error.
-
-
Method Details
-
run
-