org.jcomet.dynamic
Interface PropertyChangedListener
- public interface PropertyChangedListener
This listener is notified when a propery in the Dynamic property object it was registered to was changed
- Author:
- Amir Shevat
|
Method Summary |
void |
propertyChanged(java.lang.String key,
java.lang.String oldValue,
java.lang.String newValue)
Called when a propery in the Dynamic property object it was registered to was changed |
propertyChanged
public void propertyChanged(java.lang.String key,
java.lang.String oldValue,
java.lang.String newValue)
- Called when a propery in the Dynamic property object it was registered to was changed
- Parameters:
key - the key that its value was changedoldValue - the old, changed valuenewValue - the new value
Copyright spacebug Open source initiative (www.spacebug.com). Amir Shevat