This notifying decorator allows listeners to register with the repository or
connection and be notified when events occur.
author: James Leigh author: Herko ter Horst author: Arjohn Kampman See Also:NotifyingRepositoryConnectionWrapper
addRepositoryListener(RepositoryListener listener) Registers a RepositoryListener that will receive notifications
of operations that are performed on this repository.
Registers a RepositoryConnectionListener that will receive
notifications of operations that are performed on any< connections that
are created by this repository.