simple.client.ClientState Maven / Gradle / Ivy
The newest version!
package simple.client;
/**
*
* @author Javier A. Ortiz Bultrón
*/
public enum ClientState {
CHAT;
}
package simple.client;
/**
*
* @author Javier A. Ortiz Bultrón
*/
public enum ClientState {
CHAT;
}