Class NewsEventNotifier

java.lang.Object
org.silverpeas.core.notification.system.CDIResourceEventNotifier<News,NewsEvent>
org.silverpeas.components.quickinfo.notification.NewsEventNotifier
All Implemented Interfaces:
org.silverpeas.core.notification.system.ResourceEventNotifier<News,NewsEvent>

@Bean public class NewsEventNotifier extends org.silverpeas.core.notification.system.CDIResourceEventNotifier<News,NewsEvent>
A synchronous notifier of change on news in Silverpeas.
Author:
silveryocha
  • Method Details

    • createResourceEventFrom

      protected NewsEvent createResourceEventFrom(org.silverpeas.core.notification.system.ResourceEvent.Type type, News... resource)
      Specified by:
      createResourceEventFrom in class org.silverpeas.core.notification.system.CDIResourceEventNotifier<News,NewsEvent>