Class ProgramAudienceUpdatedListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<ProgramDTO,String>
io.meeds.gamification.listener.ProgramAudienceUpdatedListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class ProgramAudienceUpdatedListener extends org.exoplatform.services.listener.Listener<ProgramDTO,String>
  • Field Details

    • programService

      protected ProgramService programService
    • ruleService

      protected RuleService ruleService
    • activityManager

      protected org.exoplatform.social.core.manager.ActivityManager activityManager
  • Constructor Details

    • ProgramAudienceUpdatedListener

      public ProgramAudienceUpdatedListener(ProgramService programService, RuleService ruleService, org.exoplatform.social.core.manager.ActivityManager activityManager)
  • Method Details