public class InternalRoutePreprocessView extends ViewSupport
EMPTY_VIEW_ARRAY
Constructor and Description |
---|
InternalRoutePreprocessView(EventType eventType,
StatementResultService statementResultService)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType()
Provides metadata information about the type of object the event collection contains.
|
StatementResultService |
getStatementResultService() |
void |
indicate(EventBean newEvent,
EventBean oldEvent)
Indicate an modifed event and its previous version.
|
boolean |
isIndicate()
Returns true if a subscriber or listener is attached.
|
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 InternalRoutePreprocessView(EventType eventType, StatementResultService statementResultService)
eventType
- the type of event to indicatorstatementResultService
- determines whether listeners or subscribers are attached.public void update(EventBean[] newData, EventBean[] oldData)
View
newData
- is the new data that has been added to the parent viewoldData
- is the old data that has been removed from the parent viewpublic EventType getEventType()
EventCollection
public java.util.Iterator<EventBean> iterator()
EventCollection
public boolean isIndicate()
public void indicate(EventBean newEvent, EventBean oldEvent)
newEvent
- modified eventoldEvent
- previous version eventpublic StatementResultService getStatementResultService()