Module swim.store
Package swim.store

Interface MapDataContext

All Superinterfaces:
DataContext
All Known Implementing Classes:
MapDataProxy, MapDataView

public interface MapDataContext extends DataContext
  • Method Details

    • didUpdate

      void didUpdate(Value key, Value newValue, Value oldValue)
    • didRemove

      void didRemove(Value key, Value oldValue)
    • didDrop

      void didDrop(long lower)
    • didTake

      void didTake(long upper)
    • didClear

      void didClear()