Interface FilterMenu.IAttributeSelectionChangedListener
-
- Enclosing class:
- FilterMenu
public static interface FilterMenu.IAttributeSelectionChangedListenerDefines a listener which is notified about the changed value of an attribute.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionChanged(Attribute attribute, Value value)Is called when the current value ofattributeis being changed tovalue.
-