t3.hrd.input
Class ShapeInputDevice

java.lang.Object
  extended by t3.hrd.input.ShapeInputDevice
Direct Known Subclasses:
ExternalProgramShapeInput

public abstract class ShapeInputDevice
extends java.lang.Object

Experimental. No documentation yet.


Field Summary
 ShapeInputDeviceState state
           
 
Constructor Summary
ShapeInputDevice(int clientId)
           
 
Method Summary
abstract  void close()
           
abstract  boolean updateState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state

public final ShapeInputDeviceState state
Constructor Detail

ShapeInputDevice

public ShapeInputDevice(int clientId)
Method Detail

updateState

public abstract boolean updateState()
                             throws InputDeviceException
Throws:
InputDeviceException

close

public abstract void close()
                    throws InputDeviceException
Throws:
InputDeviceException