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.
 

Method Detail

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 property
oldValue - Object value before the change
newValue - Object value after the change