Interface PercentageSetter
public interface PercentageSetter
- Author:
- Luca Frosini (ISTI - CNR)
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetPercentageEvolution(Integer integer) Sets the completion percentage for the current plugin execution.
-
Method Details
-
setPercentageEvolution
Sets the completion percentage for the current plugin execution.- Parameters:
integer- the completion percentage (0-100)
-