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
 

Method Detail

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 changed
oldValue - the old, changed value
newValue - the new value


Copyright spacebug Open source initiative (www.spacebug.com). Amir Shevat