Uses of Interface
org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryListener
Packages that use IRefactoringHistoryListener
Package
Description
Application programming interface to query refactoring history information from the refactoring infrastructure.
-
Uses of IRefactoringHistoryListener in org.eclipse.ltk.core.refactoring.history
Methods in org.eclipse.ltk.core.refactoring.history with parameters of type IRefactoringHistoryListenerModifier and TypeMethodDescriptionvoidIRefactoringHistoryService.addHistoryListener(IRefactoringHistoryListener listener) Adds the specified refactoring history listener to this service.voidIRefactoringHistoryService.removeHistoryListener(IRefactoringHistoryListener listener) Removes the specified refactoring history listener from this service.