Interface Annotation

    • Method Detail

      • addChangeListener

        void addChangeListener​(AnnotationChangeListener listener)
        Registers an object for notification of changes to the annotation.
        Parameters:
        listener - the object to register.
      • removeChangeListener

        void removeChangeListener​(AnnotationChangeListener listener)
        Deregisters an object for notification of changes to the annotation.
        Parameters:
        listener - the object to deregister.