Interface RandomAccessByIndexObserver
- All Known Implementing Classes:
RandomAccessByIndexGetter
public interface RandomAccessByIndexObserver
For indicating that the collection has been updated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updated
(RandomAccessByIndex randomAccessByIndex) Callback to indicate an update
-
Method Details
-
updated
Callback to indicate an update- Parameters:
randomAccessByIndex
- is the collection
-