Uses of Interface
org.eclipse.ltk.core.refactoring.history.IRefactoringExecutionListener
Packages that use IRefactoringExecutionListener
Package
Description
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 IRefactoringExecutionListenerModifier and TypeMethodDescriptionvoidIRefactoringHistoryService.addExecutionListener(IRefactoringExecutionListener listener) Adds the specified refactoring execution listener to this service.voidIRefactoringHistoryService.removeExecutionListener(IRefactoringExecutionListener listener) Removes the specified refactoring execution listener from this service.