Class LifeCycleEvent<S,P>

java.lang.Object
org.exoplatform.social.common.lifecycle.LifeCycleEvent<S,P>
Direct Known Subclasses:
ActivityLifeCycleEvent, ProfileLifeCycleEvent, RelationshipEvent, SpaceLifeCycleEvent

public class LifeCycleEvent<S,P> extends Object
An event fired at different stages of the lifecycle
Version:
$Revision$
Author:
Patrice Lamarque
See Also:
  • Field Details

    • payload

      protected P payload
      space where the event occurs
    • source

      protected S source
      source of the event.
  • Constructor Details

    • LifeCycleEvent

      public LifeCycleEvent(S source, P payload)
  • Method Details

    • getPayload

      public P getPayload()
    • getSource

      public S getSource()