Package io.meeds.gamification.listener
Class GamificationNotificationListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<String,org.exoplatform.commons.api.notification.model.UserSetting>
io.meeds.gamification.listener.GamificationNotificationListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.services.listener.ListenerBase<String,org.exoplatform.commons.api.notification.model.UserSetting>
public class GamificationNotificationListener
extends org.exoplatform.services.listener.Listener<String,org.exoplatform.commons.api.notification.model.UserSetting>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.exoplatform.social.core.manager.IdentityManagerprotected org.exoplatform.services.listener.ListenerServiceFields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionGamificationNotificationListener(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.listener.ListenerService listenerService) -
Method Summary
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
-
identityManager
protected org.exoplatform.social.core.manager.IdentityManager identityManager -
listenerService
protected org.exoplatform.services.listener.ListenerService listenerService
-
-
Constructor Details
-
GamificationNotificationListener
public GamificationNotificationListener(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.listener.ListenerService listenerService)
-
-
Method Details
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<String, org.exoplatform.commons.api.notification.model.UserSetting> event)
-