public interface ExternalEventsReader
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the input file streams of the reader.
|
java.util.List<ExternalEvent> |
readEvents(int nrof)
Read events from the reader
|
java.util.List<ExternalEvent> readEvents(int nrof)
nrof - Maximum number of events to readvoid close()