Class GamificationTaskCommentListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<TaskService,CommentDto>
org.exoplatform.task.integration.gamification.GamificationTaskCommentListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class GamificationTaskCommentListener
extends org.exoplatform.services.listener.Listener<TaskService,CommentDto>
-
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
ConstructorsConstructorDescriptionGamificationTaskCommentListener(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.listener.ListenerService listenerService) -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(org.exoplatform.services.listener.Event<TaskService, CommentDto> event) Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
identityManager
protected org.exoplatform.social.core.manager.IdentityManager identityManager -
listenerService
protected org.exoplatform.services.listener.ListenerService listenerService
-
-
Constructor Details
-
GamificationTaskCommentListener
public GamificationTaskCommentListener(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.listener.ListenerService listenerService)
-
-
Method Details
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<TaskService, CommentDto> event) throws Exception- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<TaskService,CommentDto> - Throws:
Exception
-