org.mozdev.MacroTracker.toolkit.event
Interface iPropertyChangeEvent
public interface iPropertyChangeEvent
An event that occurs in MPropertiesTable when a property in the table has
been changed by the user, either because the user has typed in new text
or that he has copied/pasted data.
- Since:
- MacroToolkit 1.0
Method Summary |
void |
propertyChanged(java.lang.String property,
java.lang.String value)
Method to be executed when a property value has been changed by the
user. |
propertyChanged
void propertyChanged(java.lang.String property,
java.lang.String value)
- Method to be executed when a property value has been changed by the
user.
- Parameters:
property
- The name of the property the user changed.value
- The new value of the property.