![JAR search and dependency download from the Maven repository](/logo.png)
io.cloudboost.PaginatorCallback 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
*
*/
public interface PaginatorCallback{
void done(CloudObject[] objects,Integer count,Integer totalPages, CloudException t) throws CloudException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy