JAL-2526 first draft of findIndex/findPosition with SequenceCursor
[jalview.git] / src / jalview / datamodel / SequenceI.java
index dbf3ed3..0f78bdb 100755 (executable)
@@ -520,4 +520,9 @@ public interface SequenceI extends ASequenceI
    * @return
    */
   List<SequenceFeature> findFeatures(int from, int to, String... types);
+
+  /**
+   * Invalidate any cursors on the sequence (e.g. after an edit)
+   */
+  public void zapCursor();
 }