Class TaskSavedListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<TaskService,TaskPayload>
org.exoplatform.tasks.listener.analytics.TaskSavedListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, org.exoplatform.services.listener.ListenerBase<TaskService,TaskPayload>

public class TaskSavedListener extends org.exoplatform.services.listener.Listener<TaskService,TaskPayload>
This listener is added in a synchronous way to be able to get user modifier identifier. The processing will be made in an asynchronous way after that.
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    TaskSavedListener(org.exoplatform.container.xml.InitParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(org.exoplatform.services.listener.Event<TaskService,TaskPayload> event)
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.exoplatform.services.listener.ListenerBase

    getName
  • Constructor Details

    • TaskSavedListener

      public TaskSavedListener(org.exoplatform.container.xml.InitParams params)
  • Method Details