io.cloudboost.CloudCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JavaSDK Show documentation
Show all versions of JavaSDK Show documentation
An open source Java SDK for CloudBoost developing apps
package io.cloudboost;
/**
* @author cloudboost
*
*/
interface CloudCallback{
public void done(X x,T t) throws CloudException;
}