Interface ItemUpdater<T,V>
- Type Parameters:
T- the item typeV- the value type
- All Superinterfaces:
BiConsumer<T,,V> Serializable,SerializableBiConsumer<T,V>
Callback that is called when a new value has been entered to an editor.
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Method Details
-
accept
Called when a new value has been entered to an editor for an item.- Specified by:
acceptin interfaceBiConsumer<T,V> - Parameters:
item- the instance of the itemnewValue- the new value of the property
-