|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for refactoring execution listeners. Clients may register a
refactoring execution listener with the 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
Method Summary | |
---|---|
void |
executionNotification(RefactoringExecutionEvent event)
Gets called if a refactoring execution event happened. |
Method Detail |
public 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
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.