Interface RepositoryListener

All Known Implementing Classes:
AbstractRepositoryListener, ChainedRepositoryListener, ConsoleRepositoryListener, ReverseTreeRepositoryListener

public interface RepositoryListener
A listener being notified of events from the repository system. In general, the system sends events upon termination of an operation like artifactResolved(RepositoryEvent) regardless whether it succeeded or failed so listeners need to inspect the event details carefully. Also, the listener may be called from an arbitrary thread. Note: Implementors are strongly advised to inherit from AbstractRepositoryListener instead of directly implementing this interface.
See Also:
Restriction:
This interface is not intended to be extended by clients.
Restriction:
This interface is not intended to be implemented by clients.