Provides a framework for building simulated devices.

Package Specification

A simulated device is a Swing window that represents the hardware of a device, and which is coupled to a running {@link ist.palcom.device.AbstractDevice}. Simulated devices can be used for trying out PalCom devices and services without the need for real hardware, and with the possibility of simulating user interaction.

The abstract class {@link ist.palcom.simulated.device.AbstractSimulatedDeviceGUI} is intended to be used as the base class for a simulated device.

@see ist.palcom.simulated.device.factory @see ist.palcom.device