jmce - 1_02

jmce.sim
Interface DeviceProducer<E>


public interface DeviceProducer<E>

Produce data for device.

When new data are available a Device must call all registered DeviceSonsumer.

Version:
1.00
Author:
Mario Viara

Method Summary
 void addConsumer(DeviceConsumer<E> cc)
           
 

Method Detail

addConsumer

void addConsumer(DeviceConsumer<E> cc)
                 throws SIMException
Throws:
SIMException

jmce - 1_02