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

Packages that use PropertyChangeListener
org.exoplatform.social.client.api.model   
org.exoplatform.social.client.core.model   
org.exoplatform.social.client.core.util   
 

Uses of PropertyChangeListener in org.exoplatform.social.client.api.model
 

Methods in org.exoplatform.social.client.api.model that return PropertyChangeListener
 PropertyChangeListener[] Model.findPropertyChangeListeners()
          Gets the property change listeners registered and associated with this property change listener.
 

Methods in org.exoplatform.social.client.api.model with parameters of type PropertyChangeListener
 void Model.addPropertyChangeListener(PropertyChangeListener listener)
          Adds a property change event listener to this model
 void Model.removePropertyChangeListener(PropertyChangeListener listener)
          Removes a property change event listener which was added to this model.
 

Uses of PropertyChangeListener in org.exoplatform.social.client.core.model
 

Methods in org.exoplatform.social.client.core.model that return PropertyChangeListener
 PropertyChangeListener[] ModelImpl.findPropertyChangeListeners()
          Gets the property change listeners registered and associated with this property change listener.
 

Methods in org.exoplatform.social.client.core.model with parameters of type PropertyChangeListener
 void ModelImpl.addPropertyChangeListener(PropertyChangeListener listener)
          Adds a property change event listener to this model
 void ModelImpl.removePropertyChangeListener(PropertyChangeListener listener)
          Removes a property change event listener which was added to this model.
 

Uses of PropertyChangeListener in org.exoplatform.social.client.core.util
 

Methods in org.exoplatform.social.client.core.util that return PropertyChangeListener
 PropertyChangeListener[] PropertyChangeSupport.findPropertyChangeListeners()
          Gets the lifecycle listeners associated with this lifecycle.
 

Methods in org.exoplatform.social.client.core.util with parameters of type PropertyChangeListener
 void PropertyChangeSupport.addPropertyChangeListener(PropertyChangeListener listener)
          Adds a PropertyChange event listener to this component.
 void PropertyChangeSupport.removeLifecycleListener(PropertyChangeListener listener)
          Removes a PropertyChange event listener which was registered to model
 



Copyright © 2011 eXo Platform. All Rights Reserved.