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

Packages that use CRUDLifecycleListener
org.exoplatform.social.client.api.event   
org.exoplatform.social.client.core.service   
org.exoplatform.social.client.core.util   
 

Uses of CRUDLifecycleListener in org.exoplatform.social.client.api.event
 

Methods in org.exoplatform.social.client.api.event that return CRUDLifecycleListener
 CRUDLifecycleListener<M>[] CRUDLifecycle.findCRUDLifecycleListeners()
          Gets the lifecycle listeners associated with this lifecycle.
 

Methods in org.exoplatform.social.client.api.event with parameters of type CRUDLifecycleListener
 void CRUDLifecycle.addCRUDLifecycleListener(CRUDLifecycleListener<M> listener)
          Adds a CRUDLifecycleEvent listener to this component.
 void CRUDLifecycle.removeCRUDLifecycleListener(CRUDLifecycleListener<M> listener)
          Removes a CRUDLifecycleEvent listener from this component.
 

Uses of CRUDLifecycleListener in org.exoplatform.social.client.core.service
 

Methods in org.exoplatform.social.client.core.service that return CRUDLifecycleListener
 CRUDLifecycleListener<M>[] ServiceBase.findCRUDLifecycleListeners()
          Gets the lifecycle listeners associated with this lifecycle.
 

Methods in org.exoplatform.social.client.core.service with parameters of type CRUDLifecycleListener
 void ServiceBase.addCRUDLifecycleListener(CRUDLifecycleListener<M> listener)
          Adds a CRUD lifecycle event listener to this component.
 void ServiceBase.removeCRUDLifecycleListener(CRUDLifecycleListener<M> listener)
          Removes a crud lifecycle event listener which was added to this component.
 

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

Methods in org.exoplatform.social.client.core.util that return CRUDLifecycleListener
 CRUDLifecycleListener<M>[] CRUDLifecycleSupport.findCRUDLifecycleListeners()
          Get the crud lifecycle listeners associated with this lifecycle.
 

Methods in org.exoplatform.social.client.core.util with parameters of type CRUDLifecycleListener
 void CRUDLifecycleSupport.addCRUDLifecycleListener(CRUDLifecycleListener<M> listener)
          Add a Lifecycle event listener to this component
 void CRUDLifecycleSupport.removeCRUDLifecycleListener(CRUDLifecycleListener<M> listener)
          Remove a CRUDLifecycle event listener which was registered to component
 



Copyright © 2011 eXo Platform. All Rights Reserved.