public class EventsCollector extends java.lang.Object implements LogEventListener
| Constructor and Description |
|---|
EventsCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEvent(LogEvent currentLog) |
void |
beforeEvent(LogEvent currentLog) |
java.util.List<LogEvent> |
events() |
public void afterEvent(LogEvent currentLog)
afterEvent in interface LogEventListenerpublic void beforeEvent(LogEvent currentLog)
beforeEvent in interface LogEventListenerpublic java.util.List<LogEvent> events()