![JAR search and dependency download from the Maven repository](/logo.png)
io.cloudboost.CloudIntegerCallback 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;
public interface CloudIntegerCallback extends CloudCallback{
@Override
void done(Integer x, CloudException e) throws CloudException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy