protected static interface RefactoringTool.StateObjectUpdater<T extends StateObject>
StateObject.| Modifier and Type | Method and Description |
|---|---|
void |
update(T stateObject,
CharSequence newValue)
Updates the given
StateObject by updating its state with the given new value. |
void update(T stateObject, CharSequence newValue)
StateObject by updating its state with the given new value.stateObject - The StateObject to updatenewValue - The new value to push into the objectCopyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.