Interface AfterSentToAllContexts
-
- All Superinterfaces:
ServerEvent
- All Known Implementing Classes:
UserSessionServerEvent
public interface AfterSentToAllContexts extends ServerEvent
Implements this interface in order to get "an after sent to all context" behavior. When it is needed to perform a treatment after theServerEvent
has been sent to all registeredSilverpeasAsyncContext
, the server event implementation MUST implement this interface.After the send,
afterAllContexts()
method is invoked.- Author:
- silveryocha
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.silverpeas.core.notification.sse.ServerEvent
ServerEvent.ServerEventName
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
afterAllContexts()
Called just after the sending to all context process.-
Methods inherited from interface org.silverpeas.core.notification.sse.ServerEvent
getData, getId, getName, isConcerned, isValidId, send, subType
-
-