public interface UpdateDispatchView extends View
Modifier and Type | Method and Description |
---|---|
void |
newResult(UniformPair<EventBean[]> result)
Convenience method that accepts a pair of new and old data
as this is the most treated unit.
|
addView, getViews, hasViews, removeAllViews, removeView
getEventType, iterator
forEach, spliterator
void newResult(UniformPair<EventBean[]> result)
result
- is new data (insert stream) and old data (remove stream)