public interface EventCollection extends Iterable<EventBean>
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType()
Provides metadata information about the type of object the event collection contains.
|
Iterator<EventBean> |
iterator()
Allows iteration through all elements in this event collection.
|
forEach, spliterator
EventType getEventType()