/* * Created on Feb 10, 2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */ package org.cmc.music.util; /** * @author charles * * To change the template for this generated type comment go to * Window>Preferences>Java>Code Generation>Code and Comments */ import java.io.File; public interface FileFilter { public boolean process(File file); }