org.ka2ddo.yaac.pluginapi
Interface AbstractMenuActionPropertyListener
- All Known Implementing Classes:
- MenuAction
public interface AbstractMenuActionPropertyListener
This interface defines an object associated with an AbstractMenuAction
that wants to know about changes to the AbstractMenuAction's properties.
Method Summary |
void |
menuPropertyChanged(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Tell the listener that a property has changed. |
menuPropertyChanged
void menuPropertyChanged(java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
- Tell the listener that a property has changed.
- Parameters:
propertyName
- String name of propertyoldValue
- Object value before the changenewValue
- Object value after the change