t3.hrd.input
Class KeyboardInput
java.lang.Object
t3.hrd.input.KeyboardInput
- All Implemented Interfaces:
- java.io.Serializable
public class KeyboardInput
- extends java.lang.Object
- implements java.io.Serializable
Data structure representing a keyboard event.
- Author:
- pjt40
- See Also:
- Serialized Form
Constructor Summary |
KeyboardInput(int clientId,
int personId,
char awtKeyChar,
int awtKeyCode,
int awtKeyModifiers,
int messageType)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
awtKeyCode
public int awtKeyCode
awtKeyModifiers
public int awtKeyModifiers
awtKeyChar
public char awtKeyChar
messageType
public int messageType
personId
public int personId
clientId
public int clientId
MESSAGE_TYPE_PRESSED
public static int MESSAGE_TYPE_PRESSED
MESSAGE_TYPE_RELEASED
public static int MESSAGE_TYPE_RELEASED
MESSAGE_TYPE_TYPED
public static int MESSAGE_TYPE_TYPED
KeyboardInput
public KeyboardInput(int clientId,
int personId,
char awtKeyChar,
int awtKeyCode,
int awtKeyModifiers,
int messageType)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object