com.marringtons.string
Interface Properties.Change

Enclosing interface:
Properties

public static interface Properties.Change

Give this interface to the rare class that needs to be informed of when a property or properties change.

Author:
Paul Marrington

Method Summary
 void propertyChange(String key)
          A method that is called when a registered property changes.
 

Method Detail

propertyChange

public void propertyChange(String key)
A method that is called when a registered property changes.

Parameters:
key - Key to check as it may have changed..


Copyright © 2005 Paul Marrington http://library.marringtons.com