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