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

com.sparshui.common.ConnectionType Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package com.sparshui.common;

public class ConnectionType {
	public static final int CLIENT = 0;
	public static final int INPUT_DEVICE = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy