com.cometway.props
Interface IPropsChangeListener


public interface IPropsChangeListener

A class can implement IPropsChangeListener when it wants to be notified about changes to a Props object.


Method Summary
 void propsChanged(Props props, java.lang.String[] changedKeys)
          Notifies this object that the Props have changed.
 

Method Detail

propsChanged

void propsChanged(Props props,
                  java.lang.String[] changedKeys)
Notifies this object that the Props have changed.

Parameters:
props - a reference to the Props object which has changed.
changedKeys - an array of Strings listing the property keys that have changed.