Uses of Interface
org.eclipse.ltk.core.refactoring.history.IRefactoringExecutionListener
-
Packages that use IRefactoringExecutionListener Package Description org.eclipse.ltk.core.refactoring.history Application programming interface to query refactoring history information from the refactoring infrastructure. -
-
Uses of IRefactoringExecutionListener in org.eclipse.ltk.core.refactoring.history
Methods in org.eclipse.ltk.core.refactoring.history with parameters of type IRefactoringExecutionListener Modifier and Type Method Description void
IRefactoringHistoryService. addExecutionListener(IRefactoringExecutionListener listener)
Adds the specified refactoring execution listener to this service.void
IRefactoringHistoryService. removeExecutionListener(IRefactoringExecutionListener listener)
Removes the specified refactoring execution listener from this service.
-