org.openmuc.framework.driver.spi
public interface RecordsReceivedListener
Modifier and Type | Method and Description |
---|---|
void |
connectionInterrupted(java.lang.String driverId,
Connection connection) |
void |
newRecords(java.util.List<ChannelRecordContainer> recordContainers) |
void newRecords(java.util.List<ChannelRecordContainer> recordContainers)
void connectionInterrupted(java.lang.String driverId, Connection connection)