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.
|
andThen
Copyright © 2020. All rights reserved.