Interface AdvancedAnnotationListEditorAware

    • Method Detail

      • onDeleteAnnotation

        void onDeleteAnnotation​(org.kie.workbench.common.services.datamodeller.core.Annotation annotation)
      • onValuePairChange

        void onValuePairChange​(String annotationClassName,
                               String valuePair,
                               Object newValue)
      • onClearValuePair

        void onClearValuePair​(org.kie.workbench.common.services.datamodeller.core.Annotation annotation,
                              String valuePair)
      • onAddAnnotation

        void onAddAnnotation​(org.kie.workbench.common.services.datamodeller.core.Annotation annotation)