@Component(role=EventSpyDispatcher.class) public class EventSpyDispatcher extends java.lang.Object
| Constructor | Description |
|---|---|
EventSpyDispatcher() |
| Modifier and Type | Method | Description |
|---|---|---|
ExecutionListener |
chainListener(ExecutionListener listener) |
|
org.eclipse.aether.RepositoryListener |
chainListener(org.eclipse.aether.RepositoryListener listener) |
|
void |
close() |
|
java.util.List<EventSpy> |
getEventSpies() |
|
void |
init(EventSpy.Context context) |
|
void |
onEvent(java.lang.Object event) |
|
void |
setEventSpies(java.util.List<EventSpy> eventSpies) |
public void setEventSpies(java.util.List<EventSpy> eventSpies)
public java.util.List<EventSpy> getEventSpies()
public ExecutionListener chainListener(ExecutionListener listener)
public org.eclipse.aether.RepositoryListener chainListener(org.eclipse.aether.RepositoryListener listener)
public void init(EventSpy.Context context)
public void onEvent(java.lang.Object event)
public void close()