FileDocCategorySizeDatePackage
FileFilter.javaAPI DocMyID3 for Android474Tue Oct 07 11:15:24 BST 2008org.cmc.music.util

FileFilter.java

/*
 * 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);

}