Class EventSpyDispatcher

java.lang.Object
org.apache.maven.eventspy.internal.EventSpyDispatcher

@Component(role=EventSpyDispatcher.class) public class EventSpyDispatcher extends Object
Dispatches callbacks to all registered eventspies.
Since:
3.0.2
  • Constructor Details Link icon

    • EventSpyDispatcher Link icon

      public EventSpyDispatcher()
  • Method Details Link icon

    • setEventSpies Link icon

      public void setEventSpies(List<EventSpy> eventSpies)
    • getEventSpies Link icon

      public List<EventSpy> getEventSpies()
    • chainListener Link icon

      public ExecutionListener chainListener(ExecutionListener listener)
    • chainListener Link icon

      public org.eclipse.aether.RepositoryListener chainListener(org.eclipse.aether.RepositoryListener listener)
    • init Link icon

      public void init(EventSpy.Context context)
    • onEvent Link icon

      public void onEvent(Object event)
    • close Link icon

      public void close()