JAL-1230 proxy method for synchronising internal AlignmentI state in response to...
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 06026ef..64dcabb 100755 (executable)
@@ -469,4 +469,10 @@ public interface AlignmentI extends AnnotatedCollectionI
    */
   public void moveSelectedSequencesByOne(SequenceGroup sg,
           Map<SequenceI, SequenceCollectionI> map, boolean up);
+
+  /**
+   * validate annotation after an edit and update any alignment state flags accordingly
+   * @param alignmentAnnotation
+   */
+  public void validateAnnotation(AlignmentAnnotation alignmentAnnotation);
 }