Class GamificationTaskCommentListener

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class GamificationTaskCommentListener
    extends org.exoplatform.services.listener.Listener<org.exoplatform.task.service.TaskService,​org.exoplatform.task.dto.CommentDto>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.exoplatform.addons.gamification.service.effective.GamificationService gamificationService  
      protected org.exoplatform.social.core.manager.IdentityManager identityManager  
      protected org.exoplatform.addons.gamification.service.configuration.RuleService ruleService  
      • Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

        desc, name
    • Constructor Summary

      Constructors 
      Constructor Description
      GamificationTaskCommentListener​(org.exoplatform.addons.gamification.service.configuration.RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.addons.gamification.service.effective.GamificationService gamificationService)  
    • Field Detail

      • ruleService

        protected org.exoplatform.addons.gamification.service.configuration.RuleService ruleService
      • identityManager

        protected org.exoplatform.social.core.manager.IdentityManager identityManager
      • gamificationService

        protected org.exoplatform.addons.gamification.service.effective.GamificationService gamificationService
    • Constructor Detail

      • GamificationTaskCommentListener

        public GamificationTaskCommentListener​(org.exoplatform.addons.gamification.service.configuration.RuleService ruleService,
                                               org.exoplatform.social.core.manager.IdentityManager identityManager,
                                               org.exoplatform.addons.gamification.service.effective.GamificationService gamificationService)
    • Method Detail

      • onEvent

        public void onEvent​(org.exoplatform.services.listener.Event<org.exoplatform.task.service.TaskService,​org.exoplatform.task.dto.CommentDto> event)
                     throws Exception
        Specified by:
        onEvent in class org.exoplatform.services.listener.Listener<org.exoplatform.task.service.TaskService,​org.exoplatform.task.dto.CommentDto>
        Throws:
        Exception