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

com.jpattern.gwt.client.communication.ICallbackAction Maven / Gradle / Ivy

package com.jpattern.gwt.client.communication;

/**
 * 
 * @author Francesco Cina'
 *
 * 11 Apr 2011
 */
public interface ICallbackAction {

	void onSuccess(T result, int responseCode);
	
	void onError(Throwable exception, int responseCode);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy