Annotation Type SiteViewChanged


@Retention(RUNTIME) @Target(METHOD) public @interface SiteViewChanged
This annotation should be used on methods that need to be notified when the cross-site view changes (sites connects or disconnects).

Methods annotated with this annotation should accept a single parameter, a SitesViewChangedEvent otherwise a IncorrectListenerException will be thrown when registering your listener.

Any exceptions thrown by the listener will abort the call. Any other listeners not yet called will not be called, and any transactions in progress will be rolled back.

Since:
15.0
See Also: