Class Xj3DKeyEvent

java.lang.Object
java.util.EventObject
org.web3d.vrml.util.Xj3DKeyEvent
All Implemented Interfaces:
Serializable

public class Xj3DKeyEvent extends EventObject
A key event object modeled on the awt and swt key event objects. This class has been developed for use within the X3D KeySensor and StringSensor node implementations to ensure independence from a specific ui toolkit implementation. This class is limited in capability to delivering key characters and identifying the few non-character generating keys that are specifically required by the X3D spec.
Version:
$Revision: 1.1 $
Author:
Rex Melton
See Also: