Module swim.store
Package swim.store

Interface ListDataContext

All Superinterfaces:
DataContext
All Known Implementing Classes:
ListDataProxy, ListDataView

public interface ListDataContext extends DataContext
  • Method Details

    • didUpdate

      void didUpdate(long index, Value newValue, Value oldValue)
    • didInsert

      void didInsert(long index, Value newValue)
    • didRemove

      void didRemove(long index, Value oldValue)
    • didDrop

      void didDrop(long lower)
    • didTake

      void didTake(long upper)
    • didClear

      void didClear()