Class AlbumMediaEventListener
java.lang.Object
org.silverpeas.core.notification.system.CDIResourceEventListener<AlbumMediaEvent>
org.silverpeas.components.gallery.notification.AlbumMediaEventListener
- All Implemented Interfaces:
org.silverpeas.core.notification.system.ResourceEventListener<AlbumMediaEvent>
@Bean
public class AlbumMediaEventListener
extends org.silverpeas.core.notification.system.CDIResourceEventListener<AlbumMediaEvent>
A listener about some lifecycle events triggered by the Media engine.
- Author:
- silveryocha
-
Field Summary
Fields inherited from class org.silverpeas.core.notification.system.CDIResourceEventListener
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonCreation(AlbumMediaEvent event) voidonDeletion(AlbumMediaEvent 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, onUpdate
-
Constructor Details
-
AlbumMediaEventListener
public AlbumMediaEventListener()
-
-
Method Details
-
onCreation
-
onDeletion
-