Class SpaceMembershipNotificationListener

java.lang.Object
io.meeds.social.notification.listener.SpaceMembershipNotificationListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, org.exoplatform.social.common.lifecycle.LifeCycleListener<org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent>, org.exoplatform.social.core.space.spi.SpaceLifeCycleListener

@Component public class SpaceMembershipNotificationListener extends Object implements org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    userJoinedByInvitationLink(io.meeds.social.space.plugin.SpaceInvitationLifeCycleEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.exoplatform.social.common.lifecycle.LifeCycleListener

    getDescription, getName, setDescription, setName

    Methods inherited from interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener

    addInvitedUser, addPendingUser, addPublisherUser, addRedactorUser, categoryAdded, categoryRemoved, grantedLead, joined, left, removeInvitedUser, removePendingUser, removePublisherUser, removeRedactorUser, revokedLead, spaceAccessEdited, spaceAvatarEdited, spaceBannerEdited, spaceCreated, spaceDescriptionEdited, spaceRegistrationEdited, spaceRemoved, spaceRenamed, spaceSovereigntyEdited, templateApplied
  • Constructor Details

    • SpaceMembershipNotificationListener

      public SpaceMembershipNotificationListener()
  • Method Details

    • init

      @PostConstruct public void init()
    • userJoinedByInvitationLink

      public void userJoinedByInvitationLink(io.meeds.social.space.plugin.SpaceInvitationLifeCycleEvent event)
      Specified by:
      userJoinedByInvitationLink in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener