All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.martiii.modbustcpjava.net.Callback Maven / Gradle / Ivy

The newest version!
package me.martiii.modbustcpjava.net;

import me.martiii.modbustcpjava.protocol.ModbusResponse;

public interface Callback {
    void callback(ModbusResponse response);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy