Package org.eclipse.aether.impl
Interface RepositoryEventDispatcher
- All Known Implementing Classes:
- DefaultRepositoryEventDispatcher
public interface RepositoryEventDispatcher
Dispatches repository events to registered listeners.
- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
- Provisional:
- This type is provisional and can be changed, moved or removed without prior notice.
- 
Method SummaryModifier and TypeMethodDescriptionvoiddispatch(org.eclipse.aether.RepositoryEvent event) Dispatches the specified repository event to all registered listeners.
- 
Method Details- 
dispatchDispatches the specified repository event to all registered listeners.- Parameters:
- event- The event to dispatch, must not be- null.
 
 
-