Class 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>
    An synchronous notifier of change on a news in Silverpeas.
    Author:
    silveryocha
    • Method Detail

      • 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>