Interface ServerEventNotifier<T extends ServerEvent>

  • All Known Implementing Classes:
    CDIServerEventNotifier, DefaultServerEventNotifier

    public interface ServerEventNotifier<T extends ServerEvent>
    A notifier of a ServerEvent about Silverpeas has to push to WEB client. A notification is performed implementation of CDIServerEventNotifier for a server event notification within the runtime context of Silverpeas; this notification is based upon the CDI Event mechanism and as such it is by default synchronous.
    Author:
    Yohann Chastagnier
    • Method Detail

      • notify

        void notify​(T event)