org.apache.maven.eventspy.internal
Class EventSpyDispatcher
java.lang.Object
org.apache.maven.eventspy.internal.EventSpyDispatcher
@Component(role=EventSpyDispatcher.class)
public class EventSpyDispatcher
- extends java.lang.Object
Dispatches callbacks to all registered eventspies.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventSpyDispatcher
public EventSpyDispatcher()
setEventSpies
public void setEventSpies(java.util.List<EventSpy> eventSpies)
getEventSpies
public java.util.List<EventSpy> getEventSpies()
chainListener
public ExecutionListener chainListener(ExecutionListener listener)
chainListener
public org.sonatype.aether.RepositoryListener chainListener(org.sonatype.aether.RepositoryListener listener)
init
public void init(EventSpy.Context context)
onEvent
public void onEvent(java.lang.Object event)
close
public void close()
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.