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,org.exoplatform.services.listener.ListenerBase<ProgramDTO,String>
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, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.services.listener.ListenerBase
getName
-
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- Throws:
Exception
-