Package model.device

This package contains the classes required to interact with DMX controllers.

See:
          Description

Class Summary
ADMXDevice This abstract class defines the device framework for DMX devices.
DummyDMXDevice This is a concrete implementation of the ADMXDevice framework for a null device.
USBDMXInterface This is a concrete implementation of the ADMXDevice framework for the USBDMX.com DMX controller.
 

Exception Summary
ADMXDeviceException This exception will be thrown by ADMXDevices when there is an error accessing the DMX device.
 

Package model.device Description

This package contains the classes required to interact with DMX controllers. Currently the only supported control is USBDMX.com's controller, but it should be easy to add support for addition DMX devices.