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

fr.lteconsulting.hexa.revrpc.client.ICallDeserializer Maven / Gradle / Ivy

The newest version!
package fr.lteconsulting.hexa.revrpc.client;

import com.google.gwt.json.client.JSONObject;

public interface ICallDeserializer
{
	void registerImplementation( T implementation );

	void newCall( JSONObject json );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy