source: other-projects/the-macronizer/trunk/src/java/monogram/plugin/Plugin.java@ 29855

Last change on this file since 29855 was 29855, checked in by davidb, 9 years ago

John's code after refactoring by Tom over the summer of 2014/2015

File size: 273 bytes
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5
6package monogram.plugin;
7
8import java.io.File;
9
10/**
11 *
12 * @author OEM
13 */
14public interface Plugin {
15
16 public File run(PluginConfiguration fileView) throws Exception;
17
18}
Note: See TracBrowser for help on using the repository browser.