Package org.eclipse.aether.impl
Interface RepositoryEventDispatcher
- All Known Implementing Classes:
DefaultRepositoryEventDispatcher
public interface RepositoryEventDispatcher
Dispatches repository events to registered listeners.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch
(RepositoryEvent event) Dispatches the specified repository event to all registered listeners.
-
Method Details
-
dispatch
Dispatches the specified repository event to all registered listeners.- Parameters:
event
- The event to dispatch, must not benull
.
-