Interface LifeCycleListener<E extends LifeCycleEvent<?,?>>

All Superinterfaces:
org.exoplatform.container.component.ComponentPlugin
All Known Subinterfaces:
ActivityListener, ProfileListener, RelationshipListener, SpaceLifeCycleListener
All Known Implementing Classes:
ActivityListenerPlugin, ProfileListenerPlugin, RelationshipListenerPlugin, SpaceListenerPlugin

public interface LifeCycleListener<E extends LifeCycleEvent<?,?>> extends org.exoplatform.container.component.ComponentPlugin
A listener to follow the lifecycle.
Version:
$Revision$
Author:
Patrice Lamarque
  • Method Details

    • getName

      default String getName()
      Specified by:
      getName in interface org.exoplatform.container.component.ComponentPlugin
    • setName

      default void setName(String s)
      Specified by:
      setName in interface org.exoplatform.container.component.ComponentPlugin
    • getDescription

      default String getDescription()
      Specified by:
      getDescription in interface org.exoplatform.container.component.ComponentPlugin
    • setDescription

      default void setDescription(String s)
      Specified by:
      setDescription in interface org.exoplatform.container.component.ComponentPlugin