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

com.gateway.connector.tcp.client.IRspCallBack Maven / Gradle / Ivy

package com.gateway.connector.tcp.client;

public interface IRspCallBack {
	 void onRspMessage(String rsp);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy