public interface IRefactoringHistoryListener
IRefactoringHistoryService
obtained by calling RefactoringCore.getHistoryService()
in order to
get informed about refactoring history events.
Note: this interface is intended to be implemented by clients.
IRefactoringHistoryService
,
RefactoringHistoryEvent
Modifier and Type | Method and Description |
---|---|
void |
historyNotification(RefactoringHistoryEvent event)
Gets called if a refactoring history event happened.
|
void historyNotification(RefactoringHistoryEvent event)
Implementors of this method should not rely on a fixed set of event types.
The event object is valid only for the duration of this method.
event
- the refactoring history event
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.