jmce - 1_02

jmce.sim
Interface DeviceConsumer<E>

All Known Implementing Classes:
PolledSerial, RXTX, SerialFile, SerialRXTX, TCPClient, TCPServer, TCPSocket

public interface DeviceConsumer<E>

Consume data from device.

The interface will be called from one Device when new data are available.

Version:
1.00
Author:
Mario Viara

Method Summary
 void consume(E ch)
           
 

Method Detail

consume

void consume(E ch)
             throws SIMException
Throws:
SIMException

jmce - 1_02