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

com.citrix.sharefile.api.interfaces.ISFApiResultCallback Maven / Gradle / Ivy

package com.citrix.sharefile.api.interfaces;

import com.citrix.sharefile.api.exceptions.SFSDKException;

public interface ISFApiResultCallback
{
	public void onSuccess(T object);
	public void onError(SFSDKException exception, ISFQuery mQuery);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy