Class CommentUpdatedActivityListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<javax.jcr.Node,javax.jcr.Node>
org.exoplatform.wcm.ext.component.activity.listener.CommentUpdatedActivityListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class CommentUpdatedActivityListener extends org.exoplatform.services.listener.Listener<javax.jcr.Node,javax.jcr.Node>
Created by The eXo Platform SAS Author : Nguyen The Vinh From ECM Of eXoPlatform vinh_nguyen@exoplatform.com Handler Comment Updated event 30 Jan 2013
  • Field Summary

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

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(org.exoplatform.services.listener.Event<javax.jcr.Node,javax.jcr.Node> 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
  • Constructor Details

    • CommentUpdatedActivityListener

      public CommentUpdatedActivityListener()
  • Method Details

    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<javax.jcr.Node,javax.jcr.Node> event) throws Exception
      Specified by:
      onEvent in class org.exoplatform.services.listener.Listener<javax.jcr.Node,javax.jcr.Node>
      Throws:
      Exception