Interface FilterMenu.IAttributeSelectionChangedListener

  • Enclosing class:
    FilterMenu

    public static interface FilterMenu.IAttributeSelectionChangedListener
    Defines a listener which is notified about the changed value of an attribute.
    Author:
    Holger Eichelberger
    • Method Detail

      • selectionChanged

        void selectionChanged​(Attribute attribute,
                              Value value)
        Is called when the current value of attribute is being changed to value.
        Parameters:
        attribute - the attribute being changed
        value - the new value for attribute