|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A query interface to decide if a undo change whose validation check
returned a status unequal RefactoringStatus.OK
should be executed or not.
Clients should be aware that the methods defined by this interface can be called from a non UI thread.
The interface may be implemented by clients.
Method Summary | |
boolean |
proceed(RefactoringStatus status)
Returns whether the undo proceeds or not. |
void |
stopped(RefactoringStatus status)
Called when the validation check returned a fatal error. |
Method Detail |
public boolean proceed(RefactoringStatus status)
OK
and less
than FATAL
.
status
- the refactoring status returned from Change.isValid(IProgressMonitor)
true
if the undo should proceed; false
otherwisepublic void stopped(RefactoringStatus status)
status
- the refactoring status returned from Change.isValid(IProgressMonitor)
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |