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