io.cloudboost.CloudTableArrayCallback 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 CloudTableArrayCallback extends CloudArrayCallback{
@Override
void done(CloudTable[] table, CloudException e) throws CloudException;
}