DefaultRepositoryEventDispatcherpublic interface RepositoryEventDispatcher
| Modifier and Type | Method | Description |
|---|---|---|
void |
dispatch(org.eclipse.aether.RepositoryEvent event) |
Dispatches the specified repository event to all registered listeners.
|
void dispatch(org.eclipse.aether.RepositoryEvent event)
event - The event to dispatch, must not be null.