Interface AnnotationsChangeListener<T>

    • Method Detail

      • onAddedAnnotation

        void onAddedAnnotation​(T o,
                               Annotation added)
        Listen to the event where an annotation has been added to the object annotations.
        Parameters:
        o - : the parent of this annotation
        added - : the added annotation
      • onRemovedAnnotation

        void onRemovedAnnotation​(T o,
                                 Annotation removed)
        Listen to the event where an annotation has been removed from the object annotations.
        Parameters:
        o - : the parent of this annotation
        removed - : the removed annotation