protected static interface RefactoringTool.StateObjectUpdater<T extends StateObject>
StateObject
.Modifier and Type | Method and Description |
---|---|
void |
update(T stateObject,
java.lang.CharSequence newValue)
Updates the given
StateObject by updating its state with the given new value. |
void update(T stateObject, java.lang.CharSequence newValue)
StateObject
by updating its state with the given new value.stateObject
- The StateObject
to updatenewValue
- The new value to push into the object