public interface ExternalAnnotationsListener
extends java.util.EventListener
Modifier and Type | Interface and Description |
---|---|
static class |
ExternalAnnotationsListener.Adapter |
Modifier and Type | Method and Description |
---|---|
void |
afterExternalAnnotationChanging(PsiModifierListOwner owner,
java.lang.String annotationFQName,
boolean successful)
Invoked at the end of annotateExternally/editExternalAnnotation/deannotate work.
|
void |
externalAnnotationsChangedExternally()
Invoked when external annotations files were modified
|
void afterExternalAnnotationChanging(PsiModifierListOwner owner, java.lang.String annotationFQName, boolean successful)
owner
- annotation ownerannotationFQName
- annotation class FQ namesuccessful
- if annotation modification was successfulvoid externalAnnotationsChangedExternally()