Class GamificationGenericListener

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

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

    • GENERIC_EVENT_NAME

      public static final String GENERIC_EVENT_NAME
      See Also:
    • CANCEL_EVENT_NAME

      public static final String CANCEL_EVENT_NAME
      See Also:
    • DELETE_EVENT_NAME

      public static final String DELETE_EVENT_NAME
      See Also:
    • container

      protected org.exoplatform.container.PortalContainer container
    • ruleService

      protected RuleService ruleService
    • identityManager

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

      protected RealizationService realizationService
  • Constructor Details

    • GamificationGenericListener

      public GamificationGenericListener(org.exoplatform.container.PortalContainer container, RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, RealizationService realizationService)
  • Method Details