Class FileUpdateActivityListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<org.apache.commons.chain.Context,String>
org.exoplatform.wcm.ext.component.activity.listener.FileUpdateActivityListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.services.listener.ListenerBase<org.apache.commons.chain.Context,String>
- Direct Known Subclasses:
DocumentUpdateActivityListener
public class FileUpdateActivityListener
extends org.exoplatform.services.listener.Listener<org.apache.commons.chain.Context,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
ConstructorsConstructorDescriptionInstantiates a new post edit content event listener. -
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
-
Constructor Details
-
FileUpdateActivityListener
public FileUpdateActivityListener()Instantiates a new post edit content event listener.
-
-
Method Details