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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventListener

    onEvent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.silverpeas.core.notification.system.ResourceEventListener

    dispatchEvent, isEnabled, onMove, onRecovery, onRemoving, onUnlock, onUpdate
  • Constructor Details

    • AlbumMediaEventListener

      public AlbumMediaEventListener()
  • Method Details