package
org.jr.swing;
public
interface
RecentFileProcesser
{
void
dealWith(
String
filePath);
}