Interface ItemUpdater<T,​V>

    • Method Detail

      • accept

        void accept​(T item,
                    V newValue)
        Called when a new value has been entered to an editor for an item.
        Specified by:
        accept in interface BiConsumer<T,​V>
        Parameters:
        item - the instance of the item
        newValue - the new value of the property