net.nexttext.input
Class InputEvent

java.lang.Object
  extended by net.nexttext.input.InputEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
KeyboardEvent, MouseInputEvent

public abstract class InputEvent
extends java.lang.Object
implements java.io.Serializable

An input event generated by an external source.

See Also:
Serialized Form

Constructor Summary
InputEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputEvent

public InputEvent()