Uses of Class
org.eclipse.ltk.core.refactoring.history.RefactoringExecutionEvent
-
Packages that use RefactoringExecutionEvent Package Description org.eclipse.ltk.core.refactoring.history Application programming interface to query refactoring history information from the refactoring infrastructure. -
-
Uses of RefactoringExecutionEvent in org.eclipse.ltk.core.refactoring.history
Methods in org.eclipse.ltk.core.refactoring.history with parameters of type RefactoringExecutionEvent Modifier and Type Method Description void
IRefactoringExecutionListener. executionNotification(RefactoringExecutionEvent event)
Gets called if a refactoring execution event happened.
-