Interface EventDispatcher

All Superinterfaces:
ExternalResourceEventListener, ProvisioningListener, ResourceObjectChangeListener, ResourceOperationListener, ShadowDeathListener

Dispatcher of change notifications. Instances that implement this interface relay notification from the source of the change notification to the destinations. The destinations are chosen dynamically, using a publish-subscribe mechanism. This interface also includes ResourceObjectChangeListener. By invoking the notifyChange(..) operation of this interface the change will be relayed to all registered listeners.
Author:
Katka Valalikova, Radovan Semancik TODO shouldn't we distinguish names of the registration/deregistration methods?