X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FRendererListenerI.java;fp=src%2Fjalview%2Fapi%2FRendererListenerI.java;h=0ce41166f119f9e321166cd7f36097082f169889;hb=0efc6021e63ff62bb2e275501586c1900561b303;hp=0000000000000000000000000000000000000000;hpb=771d1758a42abc6e3e330dd6c5117734acf0067f;p=jalview.git diff --git a/src/jalview/api/RendererListenerI.java b/src/jalview/api/RendererListenerI.java new file mode 100644 index 0000000..0ce4116 --- /dev/null +++ b/src/jalview/api/RendererListenerI.java @@ -0,0 +1,28 @@ +/* + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors + * + * This file is part of Jalview. + * + * Jalview is free software: you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation, either version 3 + * of the License, or (at your option) any later version. + * + * Jalview is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty + * of MERCHANTABILITY or FITNESS FOR A PARTICULAR + * PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Jalview. If not, see . + * The Jalview Authors are detailed in the 'AUTHORS' file. + */ +package jalview.api; + +import java.beans.PropertyChangeListener; + +public interface RendererListenerI extends PropertyChangeListener +{ + +}