Notifies multiple components.
To be notified components must implement INotifiable interface. If they don't the call to this method has no effect.
(optional) transaction id to trace execution through call chain.
a list of components that are to be notified.
notification arguments.
Notifies specific component.
To be notiied components must implement INotifiable interface. If they don't the call to this method has no effect.
(optional) transaction id to trace execution through call chain.
the component that is to be notified.
notifiation arguments.
Generated using TypeDoc
Helper class that notifies components.
INotifiable