org.openmuc.framework.driver.spi
Interface RecordsReceivedListener


public interface RecordsReceivedListener


Method Summary
 void connectionInterrupted(DeviceConnection connection)
           
 void newRecords(java.util.List<ChannelRecordContainer> recordContainers)
           
 

Method Detail

newRecords

void newRecords(java.util.List<ChannelRecordContainer> recordContainers)

connectionInterrupted

void connectionInterrupted(DeviceConnection connection)