Class DelegatedPublicationEventListener
java.lang.Object
org.silverpeas.core.notification.system.CDIResourceEventListener<org.silverpeas.core.contribution.publication.notification.PublicationEvent>
org.silverpeas.components.delegatednews.DelegatedPublicationEventListener
- All Implemented Interfaces:
org.silverpeas.core.notification.system.ResourceEventListener<org.silverpeas.core.contribution.publication.notification.PublicationEvent>
@Bean
public class DelegatedPublicationEventListener
extends org.silverpeas.core.notification.system.CDIResourceEventListener<org.silverpeas.core.contribution.publication.notification.PublicationEvent>
- Author:
- mmoquillon
-
Field Summary
Fields inherited from class org.silverpeas.core.notification.system.CDIResourceEventListener
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonDeletion(org.silverpeas.core.contribution.publication.notification.PublicationEvent event) voidonUpdate(org.silverpeas.core.contribution.publication.notification.PublicationEvent 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, onCreation, onMove, onRecovery, onRemoving, onUnlock
-
Constructor Details
-
DelegatedPublicationEventListener
public DelegatedPublicationEventListener()
-
-
Method Details
-
onUpdate
public void onUpdate(org.silverpeas.core.contribution.publication.notification.PublicationEvent event) -
onDeletion
public void onDeletion(org.silverpeas.core.contribution.publication.notification.PublicationEvent event)
-