Package com.sparshui.server
Class InputDeviceConnection
java.lang.Object
com.sparshui.server.InputDeviceConnection
- All Implemented Interfaces:
Runnable
Represents a connection to the input device.
- Author:
- Tony Ross
-
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