Revision 2127 org.gvsig.raster/trunk/org.gvsig.raster/org.gvsig.raster.algorithm/src/main/java/org/gvsig/raster/algorithm/process/IProcessActions.java

View differences:

IProcessActions.java
43 43
	 * Acciones de finalizaci?n del proceso
44 44
	 */
45 45
	public void end(Object param);
46
	
47
	/**
48
	 * A process can report the progress of the task
49
	 * @param current
50
	 * @param total
51
	 */
52
	public void updateProgress(int current, int total);
46 53
}

Also available in: Unified diff