- All Known Implementing Classes:
EventBasedItemPropertyChangeListener
,EventBasedValueChangeListener
,ItemPropertyChangeListener
,SynchronousItemPropertyChangeListener
public interface AnnotationChangeListener
-
Method Summary
Modifier and Type Method Description void
annotationAdded(Annotation annotation)
default void
annotationAdded(Object object, String property, Annotation annotation)
void
annotationRemoved(Annotation annotation)
default void
annotationRemoved(Object object, String property, Annotation annotation)
-
Method Details
-
annotationAdded
-
annotationRemoved
-
annotationAdded
default void annotationAdded(Object object, String property, Annotation annotation) throws RuntimeException- Throws:
RuntimeException
-
annotationRemoved
default void annotationRemoved(Object object, String property, Annotation annotation) throws RuntimeException- Throws:
RuntimeException
-