Package io.meeds.gamification.listener
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 Summary
FieldsModifier and TypeFieldDescriptionprotected org.exoplatform.social.core.manager.ActivityManagerprotected ProgramServiceprotected RuleServiceFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionProgramAudienceUpdatedListener(ProgramService programService, RuleService ruleService, org.exoplatform.social.core.manager.ActivityManager activityManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(org.exoplatform.services.listener.Event<ProgramDTO, String> event) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
programService
-
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
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<ProgramDTO, String> event) throws Exception- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<ProgramDTO,String> - Throws:
Exception
-