Interface ArtifactRepositoryManagerConnectorListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
MasterUpdater
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ArtifactRepositoryManagerConnectorListener
extends EventListener
The interface to implement in order to receive artifact repository manager connector events.
- Author:
- Zleurtor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The event fired during an artifact download.
-
Method Details
-
downloadingArtifact
The event fired during an artifact download.- Parameters:
evt
- The event object containing information on the artifact which is being downloaded.
-