Merge branch 'bug/JAL-3536getCrossrefTwice' into develop
[jalview.git] / src / jalview / controller / FeatureSettingsControllerGuiI.java
index 237e944..92571bc 100644 (file)
@@ -29,4 +29,10 @@ public interface FeatureSettingsControllerGuiI
 
   void featureSettings_isClosed();
 
+  /**
+   * undo any changes made to feature settings whilst the dialog has been visible,
+   * since the last 'apply'
+   */
+  void revert();
+
 }