public final class SingleStreamDispatchView extends ViewSupport implements EPStatementDispatch
EMPTY_VIEW_ARRAY
Constructor and Description |
---|
SingleStreamDispatchView()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute dispatch.
|
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.
|
void |
update(EventBean[] newData,
EventBean[] oldData)
Notify that data has been added or removed from the Viewable parent.
|
addView, addView, dumpChildViews, dumpUpdateParams, dumpUpdateParams, findDescendent, findViewIndex, getParent, getViews, hasViews, removeAllViews, removeView, removeView, setParent, updateChildren
public final EventType getEventType()
EventCollection
getEventType
in interface EventCollection
public final java.util.Iterator<EventBean> iterator()
EventCollection
iterator
in interface EventCollection
iterator
in interface java.lang.Iterable<EventBean>
public final void update(EventBean[] newData, EventBean[] oldData)
View
public void execute()
EPStatementDispatch
execute
in interface EPStatementDispatch