JAL-3187 better semantics for feature settings closed event handler
[jalview.git] / src / jalview / controller / FeatureSettingsControllerGuiI.java
index 728612e..237e944 100644 (file)
  */
 package jalview.controller;
 
+import jalview.api.AlignViewControllerGuiI;
+
 public interface FeatureSettingsControllerGuiI
 {
 
+  AlignViewControllerGuiI getAlignframe();
+
+  void featureSettings_isClosed();
+
 }