Uses of Interface
org.silverpeas.core.notification.sse.ServerEventListener
-
Packages that use ServerEventListener Package Description org.silverpeas.core.notification.sse Provides the System Notification API within which Silverpeas can notify WEB clients by sendingServerEvent
. -
-
Uses of ServerEventListener in org.silverpeas.core.notification.sse
Classes in org.silverpeas.core.notification.sse that implement ServerEventListener Modifier and Type Class Description class
CDIServerEventListener<T extends AbstractServerEvent>
A synchronousServerEvent
listener using the notification bus of CDI.class
DefaultServerEventTaskListener
A common implementation that handles a common BUS of server event dispatching.
-