Class DefaultRepositoryEventDispatcher

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultRepositoryEventDispatcher​(java.util.Map<java.lang.String,​org.eclipse.aether.RepositoryListener> listeners)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispatch​(org.eclipse.aether.RepositoryEvent event)
      Dispatches the specified repository event to all registered listeners.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultRepositoryEventDispatcher

        @Inject
        public DefaultRepositoryEventDispatcher​(java.util.Map<java.lang.String,​org.eclipse.aether.RepositoryListener> listeners)
    • Method Detail

      • dispatch

        public void dispatch​(org.eclipse.aether.RepositoryEvent event)
        Description copied from interface: RepositoryEventDispatcher
        Dispatches the specified repository event to all registered listeners.
        Specified by:
        dispatch in interface RepositoryEventDispatcher
        Parameters:
        event - The event to dispatch, must not be null.