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
ConstructorsConstructorDescriptionDefaultRepositoryEventDispatcher(Map<String, org.eclipse.aether.RepositoryListener> listeners)  - 
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(org.eclipse.aether.RepositoryEvent event) Dispatches the specified repository event to all registered listeners. 
- 
Constructor Details
- 
DefaultRepositoryEventDispatcher
@Inject public DefaultRepositoryEventDispatcher(Map<String, org.eclipse.aether.RepositoryListener> listeners)  
 - 
 - 
Method Details
- 
dispatch
Description copied from interface:RepositoryEventDispatcherDispatches the specified repository event to all registered listeners.- Specified by:
 dispatchin interfaceRepositoryEventDispatcher- Parameters:
 event- The event to dispatch, must not benull.
 
 -