1 /* 2 * Created on 13-nov-2004 3 */ 4 package org.hardcode.juf; 5 6 /*** 7 * @author Fernando González Cortés 8 */ 9 public interface UpdateListener extends ProgressListener{ 10 void fileProgress(int progress); 11 12 }