Class DocumentUpdateActivityListener
- 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
-
- org.exoplatform.wcm.ext.component.activity.listener.DocumentUpdateActivityListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class DocumentUpdateActivityListener extends FileUpdateActivityListener
-
-
Field Summary
Fields Modifier and Type Field Description protected org.exoplatform.services.cms.documents.DocumentServicedocumentService
-
Constructor Summary
Constructors Constructor Description DocumentUpdateActivityListener()Instantiates a new document update activity listener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<org.apache.commons.chain.Context,String> event)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<org.apache.commons.chain.Context,String> event) throws Exception
- Overrides:
onEventin classFileUpdateActivityListener- Throws:
Exception
-
-