Class ProgramSpaceListener

java.lang.Object
org.exoplatform.social.core.space.SpaceListenerPlugin
io.meeds.gamification.listener.ProgramSpaceListener
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

public class ProgramSpaceListener extends org.exoplatform.social.core.space.SpaceListenerPlugin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected ProgramService
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    removePrograms(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceAccessEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceRegistrationEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    spaceRemoved(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     
    void
    updateProgramsVisibility(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
     

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

    addInvitedUser, addPendingUser, applicationActivated, applicationAdded, applicationDeactivated, applicationRemoved, grantedLead, joined, left, removePendingUser, revokedLead, spaceAvatarEdited, spaceCreated, spaceDescriptionEdited, spaceRenamed

    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

    removeInvitedUser, spaceBannerEdited
  • Field Details

  • Constructor Details

    • ProgramSpaceListener

      public ProgramSpaceListener(ProgramService programService)
  • Method Details

    • spaceRemoved

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

      public void spaceRegistrationEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
    • spaceAccessEdited

      public void spaceAccessEdited(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
    • updateProgramsVisibility

      public void updateProgramsVisibility(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)
    • removePrograms

      public void removePrograms(org.exoplatform.social.core.space.spi.SpaceLifeCycleEvent event)