com.prezi.pride.internal.ProgressAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pride-core Show documentation
Show all versions of pride-core Show documentation
Pride manages multiple Gradle modules as a single Gradle project
package com.prezi.pride.internal;
import com.prezi.pride.Pride;
import java.io.IOException;
public interface ProgressAction {
void execute(Pride pride, T item, int index, int count) throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy