@FunctionalInterface
public interface AbstractMenuActionPropertyListener
AbstractMenuAction
instance that wants to know about changes to the AbstractMenuAction's properties.Modifier and Type | Method and Description |
---|---|
void |
menuPropertyChanged(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Tell the listener that a property has changed.
|
void menuPropertyChanged(java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
propertyName
- String name of propertyoldValue
- Object value before the changenewValue
- Object value after the change