de.fzj.unicore.wsrflite.admin.propertylisteners
Interface IPropertyListener

All Known Implementing Classes:
BooleanPropertyListener, PropertyListenerDynamicDeployment

public interface IPropertyListener

Each Kernel property can be assigned an IPropertyListener.
An implementing class must implement the propertyChanged(String, String) method that may execute logic based on the new property value (and may take 'state transitions' into account by comparing the old value with the new one).

Author:
j.daivandy@fz-juelich.de

Method Summary
 void propertyChanged(String oldValue, String newValue)
          Notifies listener of property value change.
 

Method Detail

propertyChanged

void propertyChanged(String oldValue,
                     String newValue)
Notifies listener of property value change.
Can enable implementations to carry out logic based on value transitions (hence inclusion of oldValue).

Parameters:
oldValue -
newValue -


Copyright © 2010. All Rights Reserved.