InputDevice
An InputDevice is the abstract base class for all InputDevice modules. Input devices
are distinguished from other modules in that they used exclusively for providing input
to other devices. Input devices have at least one output data stream.
NeatToolsModule
|
+-- InputDevice
Fields
- running - indicates whether the device is running or not. Some devices are always
running, others must be started.
Methods
- abstract public void startUp() -- must be done before the device is accessed.
- abstract public void shutDown()
- abstract public void reset()