net.officefloor.eclipse.extension.util
Interface PropertyValueChangeListener


public interface PropertyValueChangeListener

Listens to Property value changes.

Author:
Daniel Sagenschneider

Method Summary
 void propertyValueChanged(PropertyValueChangeEvent event)
          Invoked when the value for the Property changes.
 

Method Detail

propertyValueChanged

void propertyValueChanged(PropertyValueChangeEvent event)
Invoked when the value for the Property changes.

Parameters:
event - PropertyValueChangeEvent.


Copyright © 2005-2013. All Rights Reserved.