org.gswing.framework.services
Interface IPropertyListener


public interface IPropertyListener

Listener for updates to property values.


Method Summary
 void updateProperty(Properties props)
           
 void updateProperty(String key, Object value)
          Changes in property values are propogated to property listeners via this service.
 

Method Detail

updateProperty

void updateProperty(String key,
                    Object value)
Changes in property values are propogated to property listeners via this service.

Parameters:
key - The property key.
value - The new value.

updateProperty

void updateProperty(Properties props)


Copyright © 2008. All Rights Reserved.