Merge branch 'features/JAL-2526sequenceCursor' into
[jalview.git] / src / jalview / datamodel / SequenceI.java
index 1615bee..f49039c 100755 (executable)
@@ -501,6 +501,13 @@ public interface SequenceI extends ASequenceI
    * @return
    */
   List<SequenceFeature> findFeatures(int fromCol, int toCol, String... types);
+
+  /**
+   * Method to call to indicate that the sequence (characters or alignment/gaps)
+   * has been modified. Provided to allow any cursors on residue/column
+   * positions to be invalidated.
+   */
+  void sequenceChanged();
   
   /**
    *