public interface IValidationCheckResultQuery
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.
Modifier and Type | Method and Description |
---|---|
boolean |
proceed(RefactoringStatus status)
Returns whether the undo proceeds or not.
|
void |
stopped(RefactoringStatus status)
Called when the validation check returned a fatal error.
|
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
otherwisevoid stopped(RefactoringStatus status)
status
- the refactoring status returned from Change.isValid(IProgressMonitor)
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.