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)
ExternalAnnotationsListenerafterExternalAnnotationChanging in interface ExternalAnnotationsListenerowner - annotation ownerannotationFQName - annotation class FQ namesuccessful - if annotation modification was successfulpublic void externalAnnotationsChangedExternally()
ExternalAnnotationsListenerexternalAnnotationsChangedExternally in interface ExternalAnnotationsListener