public abstract static class ExternalAnnotationsListener.Adapter extends java.lang.Object implements ExternalAnnotationsListener
ExternalAnnotationsListener.Adapter
Constructor and Description |
---|
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
|
public void afterExternalAnnotationChanging(PsiModifierListOwner owner, java.lang.String annotationFQName, boolean successful)
ExternalAnnotationsListener
afterExternalAnnotationChanging
in interface ExternalAnnotationsListener
owner
- annotation ownerannotationFQName
- annotation class FQ namesuccessful
- if annotation modification was successfulpublic void externalAnnotationsChangedExternally()
ExternalAnnotationsListener
externalAnnotationsChangedExternally
in interface ExternalAnnotationsListener