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