Class GamificationUserLoginListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<org.exoplatform.services.security.ConversationRegistry,org.exoplatform.services.security.ConversationState>
-
- org.exoplatform.addons.gamification.listener.user.GamificationUserLoginListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class GamificationUserLoginListener extends org.exoplatform.services.listener.Listener<org.exoplatform.services.security.ConversationRegistry,org.exoplatform.services.security.ConversationState>
-
-
Field Summary
Fields Modifier and Type Field Description protected GamificationServicegamificationServiceprotected org.exoplatform.social.core.manager.IdentityManageridentityManagerprotected RuleServiceruleService
-
Constructor Summary
Constructors Constructor Description GamificationUserLoginListener(RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, GamificationService gamificationService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<org.exoplatform.services.security.ConversationRegistry,org.exoplatform.services.security.ConversationState> event)
-
-
-
Field Detail
-
ruleService
protected RuleService ruleService
-
identityManager
protected org.exoplatform.social.core.manager.IdentityManager identityManager
-
gamificationService
protected GamificationService gamificationService
-
-
Constructor Detail
-
GamificationUserLoginListener
public GamificationUserLoginListener(RuleService ruleService, org.exoplatform.social.core.manager.IdentityManager identityManager, GamificationService gamificationService)
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.services.security.ConversationRegistry,org.exoplatform.services.security.ConversationState> event)
- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<org.exoplatform.services.security.ConversationRegistry,org.exoplatform.services.security.ConversationState>
-
-