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

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