Uses of Interface
org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryListener
-
Packages that use IRefactoringHistoryListener Package Description org.eclipse.ltk.core.refactoring.history 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 IRefactoringHistoryListener Modifier and Type Method Description voidIRefactoringHistoryService. 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.
-