All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prezi.gradle.pride.internal.ProgressAction Maven / Gradle / Ivy

package com.prezi.gradle.pride.internal;

import com.prezi.gradle.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