Class MatrixSpaceListener

java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
io.meeds.chat.listeners.MatrixSpaceListener
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 MatrixSpaceListener extends org.exoplatform.social.core.space.SpaceListenerPlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    grantedLead(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
     
    void
    joined(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    left(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    revokedLead(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceAvatarEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceDescriptionEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceRenamed(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     

    Methods inherited from class org.exoplatform.social.core.space.SpaceListenerPlugin

    addInvitedUser, addPendingUser, removePendingUser, spaceRemoved

    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

    addPublisherUser, addRedactorUser, removeInvitedUser, removePublisherUser, removeRedactorUser, spaceAccessEdited, spaceBannerEdited, spaceRegistrationEdited
  • Constructor Details

    • MatrixSpaceListener

      public MatrixSpaceListener()
  • Method Details

    • init

      @PostConstruct public void init()
    • spaceCreated

      public void spaceCreated(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      spaceCreated in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      spaceCreated in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • spaceRenamed

      public void spaceRenamed(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      spaceRenamed in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      spaceRenamed in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • joined

      public void joined(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      joined in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      joined in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • left

      public void left(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      left in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      left in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • grantedLead

      public void grantedLead(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      grantedLead in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      grantedLead in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • revokedLead

      public void revokedLead(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      revokedLead in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      revokedLead in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • spaceAvatarEdited

      public void spaceAvatarEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      spaceAvatarEdited in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      spaceAvatarEdited in class org.exoplatform.social.core.space.SpaceListenerPlugin
    • spaceDescriptionEdited

      public void spaceDescriptionEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
      Specified by:
      spaceDescriptionEdited in interface org.exoplatform.social.core.space.spi.SpaceLifeCycleListener
      Overrides:
      spaceDescriptionEdited in class org.exoplatform.social.core.space.SpaceListenerPlugin