Class ContentUpdateActivityListener

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

public class ContentUpdateActivityListener extends org.exoplatform.services.listener.Listener<javax.jcr.Node,String>
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Mar 15, 2011
  • 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,String> event)
    Instantiates a new post edit content event listener.

    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

    • ContentUpdateActivityListener

      public ContentUpdateActivityListener()
  • Method Details

    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<javax.jcr.Node,String> event) throws Exception
      Instantiates a new post edit content event listener.
      Throws:
      Exception