Uses of Interface
xal.tools.correlator.CorrelationNotice
Packages that use CorrelationNotice
-
Uses of CorrelationNotice in xal.tools.correlator
Fields in xal.tools.correlator declared as CorrelationNoticeModifier and TypeFieldDescriptionprotected CorrelationNotice<T>AbstractBroadcaster.correlationProxyMethods in xal.tools.correlator with parameters of type CorrelationNoticeModifier and TypeMethodDescriptionvoidPeriodicPoster.addCorrelationNoticeListener(CorrelationNotice<T> listener) Add the listener of re-broadcast correlation notices.voidCorrelator.addListener(CorrelationNotice<R> listener) Register the listener as a receiver of Correlation notices from this correlator.voidPeriodicPoster.removeCorrelationNoticeListener(CorrelationNotice<T> listener) Remove the listener of re-broadcast correlationsvoidCorrelator.removeListener(CorrelationNotice<R> listener) Unregister the listener as a receiver of Correlation notices from this correlator.