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

org.bdware.client.ws.Handler Maven / Gradle / Ivy

The newest version!
package org.bdware.client.ws;

import com.google.gson.JsonObject;

public interface Handler {
	public void handle(JsonObject obj);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy