Interface ServerEventNotifier<T extends ServerEvent>
-
- All Known Implementing Classes:
CDIServerEventNotifier
,DefaultServerEventNotifier
public interface ServerEventNotifier<T extends ServerEvent>
A notifier of aServerEvent
about Silverpeas has to push to WEB client. A notification is performed implementation ofCDIServerEventNotifier
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notify(T event)
-
-
-
Method Detail
-
notify
void notify(T event)
-
-