org.exoplatform.social.common.lifecycle
Class LifeCycleEvent<S,P>
java.lang.Object
org.exoplatform.social.common.lifecycle.LifeCycleEvent<S,P>
public class LifeCycleEvent<S,P>
- extends Object
An event fired at different stages of the lifecycle
- Version:
- $Revision$
- Author:
- Patrice Lamarque
- See Also:
LifeCycleListener}
|
Field Summary |
protected P |
payload
space where the event occurs |
protected S |
source
source of the event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
payload
protected P payload
- space where the event occurs
source
protected S source
- source of the event.
LifeCycleEvent
public LifeCycleEvent(S source,
P payload)
getPayload
public P getPayload()
getSource
public S getSource()
Copyright © 2013 eXo Platform SAS. All Rights Reserved.