public interface RefactoringElementListener
Modifier and Type | Field and Description |
---|---|
static RefactoringElementListener |
DEAF |
Modifier and Type | Method and Description |
---|---|
void |
elementMoved(PsiElement newElement)
Invoked in write action and command.
|
void |
elementRenamed(PsiElement newElement)
Invoked in write action and command.
|
static final RefactoringElementListener DEAF
void elementMoved(PsiElement newElement)
void elementRenamed(PsiElement newElement)