Interface RefactoringParticipant.Change<InitialDataObject,FinalDataObject>
- 
- All Known Subinterfaces:
 MoveNodeRefactoringParticipant.MoveNodeChange<InitialDataObject,FinalDataObject>
- All Known Implementing Classes:
 MoveNodeRefactoringParticipant.ChangeBase
- Enclosing interface:
 - RefactoringParticipant<InitialDataObject,FinalDataObject,InitialPoint,FinalPoint>
 
public static interface RefactoringParticipant.Change<InitialDataObject,FinalDataObject> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfirm(FinalDataObject finalState, SRepository repository, RefactoringSession refactoringSession)SearchResultsgetSearchResults() 
 - 
 
- 
- 
Method Detail
- 
getSearchResults
SearchResults getSearchResults()
 
- 
confirm
void confirm(FinalDataObject finalState, SRepository repository, RefactoringSession refactoringSession)
 
 - 
 
 -