@Component(role=EventSpyDispatcher.class) public class EventSpyDispatcher extends Object
Constructor and Description |
---|
EventSpyDispatcher() |
Modifier and Type | Method and Description |
---|---|
ExecutionListener |
chainListener(ExecutionListener listener) |
RepositoryListener |
chainListener(RepositoryListener listener) |
void |
close() |
List<EventSpy> |
getEventSpies() |
void |
init(EventSpy.Context context) |
void |
onEvent(Object event) |
void |
setEventSpies(List<EventSpy> eventSpies) |
public EventSpyDispatcher()
public void setEventSpies(List<EventSpy> eventSpies)
public List<EventSpy> getEventSpies()
public ExecutionListener chainListener(ExecutionListener listener)
public RepositoryListener chainListener(RepositoryListener listener)
public void init(EventSpy.Context context)
public void close()
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.