![JAR search and dependency download from the Maven repository](/logo.png)
alice.tuprologx.runtime.tcp.NetMsg Maven / Gradle / Ivy
package alice.tuprologx.runtime.tcp;
import java.io.*;
public class NetMsg implements Serializable {
public String methodName;
public NetMsg(){
}
public NetMsg(String name) {
methodName=name;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy