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

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

There is a newer version: 0.12.3
Show newest version
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