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