Class KmeliaAttachmentEventListener
java.lang.Object
org.silverpeas.core.notification.system.CDIResourceEventListener<org.silverpeas.core.contribution.attachment.notification.AttachmentEvent>
org.silverpeas.components.kmelia.service.KmeliaAttachmentEventListener
- All Implemented Interfaces:
org.silverpeas.core.notification.system.ResourceEventListener<org.silverpeas.core.contribution.attachment.notification.AttachmentEvent>
@Bean
public class KmeliaAttachmentEventListener
extends org.silverpeas.core.notification.system.CDIResourceEventListener<org.silverpeas.core.contribution.attachment.notification.AttachmentEvent>
- Author:
- neysseri
-
Field Summary
Fields inherited from class org.silverpeas.core.notification.system.CDIResourceEventListener
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCreation(org.silverpeas.core.contribution.attachment.notification.AttachmentEvent event) voidonDeletion(org.silverpeas.core.contribution.attachment.notification.AttachmentEvent event) voidonUpdate(org.silverpeas.core.contribution.attachment.notification.AttachmentEvent event) Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventListener
onEventMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.silverpeas.core.notification.system.ResourceEventListener
dispatchEvent, isEnabled, onMove, onRecovery, onRemoving, onUnlock
-
Constructor Details
-
KmeliaAttachmentEventListener
public KmeliaAttachmentEventListener()
-
-
Method Details
-
onDeletion
public void onDeletion(org.silverpeas.core.contribution.attachment.notification.AttachmentEvent event) -
onUpdate
public void onUpdate(org.silverpeas.core.contribution.attachment.notification.AttachmentEvent event) -
onCreation
public void onCreation(org.silverpeas.core.contribution.attachment.notification.AttachmentEvent event)
-