Interface IStreamRelativeAccess.IStreamRelativeAccessUpdateObserver
- All Known Implementing Classes:
RelativeAccessByEventNIndexGetterImpl
- Enclosing class:
- IStreamRelativeAccess
public static interface IStreamRelativeAccess.IStreamRelativeAccessUpdateObserver
For indicating that the collection has been updated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updated
(RelativeAccessByEventNIndex iStreamRelativeAccess, EventBean[] newData) Callback to indicate an update.
-
Method Details
-
updated
Callback to indicate an update.- Parameters:
iStreamRelativeAccess
- is the collectionnewData
- is the new data available
-