Class AnnotationManagerListener

java.lang.Object
com.nomagic.magicdraw.annotation.AnnotationManagerListener

@OpenApiAll public abstract class AnnotationManagerListener extends Object
Annotations manager listener.
  • Constructor Details

    • AnnotationManagerListener

      public AnnotationManagerListener()
  • Method Details

    • added

      public void added(Annotation annotation)
    • removed

      public void removed(Annotation annotation)
    • updated

      public void updated()