Interface RepositoryEventDispatcher

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void dispatch​(org.eclipse.aether.RepositoryEvent event)
      Dispatches the specified repository event to all registered listeners.
    • Method Detail

      • dispatch

        void dispatch​(org.eclipse.aether.RepositoryEvent event)
        Dispatches the specified repository event to all registered listeners.
        Parameters:
        event - The event to dispatch, must not be null.