Class AttachmentActivityListener
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.AttachmentActivityListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class AttachmentActivityListener
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 Attachment Add/Remove event
14 Jan 2013
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonEvent(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
-
Constructor Details
-
AttachmentActivityListener
public AttachmentActivityListener()
-
-
Method Details