org.exoplatform.social.client.api.event
Interface PropertyChangeListener


public interface PropertyChangeListener

The PropertyChangeListener is fired whenever a bean changes a "bound" property. You can register a PropertyChangeListerner with a source bean to handle when property updates.

Author:
thanh_vucong

Method Summary
 void propertyChange(PropertyChangeEvent event)
          Gets called when a bound property is changed.
 

Method Detail

propertyChange

void propertyChange(PropertyChangeEvent event)
Gets called when a bound property is changed.

Parameters:
event - A PropertyChangeEvent object describing the event source and the property that has changed.


Copyright © 2011-2012 eXo Platform. All Rights Reserved.