Package org.eclipse.aether.internal.impl
Class DefaultRepositoryEventDispatcher
java.lang.Object
org.eclipse.aether.internal.impl.DefaultRepositoryEventDispatcher
- All Implemented Interfaces:
RepositoryEventDispatcher
@Singleton
@Named
public class DefaultRepositoryEventDispatcher
extends Object
implements RepositoryEventDispatcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch
(RepositoryEvent event) Dispatches the specified repository event to all registered listeners.
-
Constructor Details
-
DefaultRepositoryEventDispatcher
-
-
Method Details
-
dispatch
Description copied from interface:RepositoryEventDispatcher
Dispatches the specified repository event to all registered listeners.- Specified by:
dispatch
in interfaceRepositoryEventDispatcher
- Parameters:
event
- The event to dispatch, must not benull
.
-