| Package | Description |
|---|---|
| org.exoplatform.social.client.api.event | |
| org.exoplatform.social.client.api.util | |
| org.exoplatform.social.client.core.service |
| Modifier and Type | Method and Description |
|---|---|
LifecycleListener<M,S>[] |
Lifecycle.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Lifecycle.addLifecycleListener(LifecycleListener<M,S> listener)
Add a LifecycleEvent listener to this component.
|
void |
Lifecycle.removeLifecycleListener(LifecycleListener<M,S> listener)
Remove a LifecycleEvent listener from this component.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleListener<M,L>[] |
LifecycleSupport.findLifecycleListeners()
Gets the lifecycle listeners associated with this lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleSupport.addLifecycleListener(LifecycleListener<M,L> listener)
Adds a Lifecycle event listener to this component.
|
void |
LifecycleSupport.removeLifecycleListener(LifecycleListener<M,L> listener)
Removes a lifecycle event listener which was registered to component.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleListener<M,S>[] |
ServiceBase.findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceBase.addLifecycleListener(LifecycleListener<M,S> listener)
Adds a lifecycle event listener to this component.
|
void |
ServiceBase.removeLifecycleListener(LifecycleListener<M,S> listener)
Removes a lifecycle event listener which was added to this component.
|
Copyright © 2011–2015 eXo Platform SAS. All rights reserved.