public interface IRefactoringExecutionListener
IRefactoringHistoryService
obtained by calling RefactoringCore.getHistoryService()
in order to
get informed about refactoring execution events.
Note: this interface is intended to be implemented by clients.
IRefactoringHistoryService
,
RefactoringExecutionEvent
Modifier and Type | Method and Description |
---|---|
void |
executionNotification(RefactoringExecutionEvent event)
Gets called if a refactoring execution event happened.
|
void executionNotification(RefactoringExecutionEvent 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 execution event
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.