org.sonatype.aether.impl
Interface RepositoryEventDispatcher

All Known Implementing Classes:
DefaultRepositoryEventDispatcher

public interface RepositoryEventDispatcher

Dispatches repository events to registered listeners.

Author:
Benjamin Bentmann

Method Summary
 void dispatch(RepositoryEvent event)
          Dispatches the specified repository event to all registered listeners.
 

Method Detail

dispatch

void dispatch(RepositoryEvent event)
Dispatches the specified repository event to all registered listeners.

Parameters:
event - The event to dispatch, must not be null.


Copyright © 2010-2013. All Rights Reserved.