T - the item typeV - the value typepublic interface ItemUpdater<T,V> extends SerializableBiConsumer<T,V>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T item,
V newValue)
Called when a new value has been entered to an editor for an item.
|
andThenCopyright © 2025. All rights reserved.