Module swim.store
Package swim.store

Interface MapDataContext

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

public interface MapDataContext extends DataContext
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    didDrop(long lower)
     
    void
    didRemove(swim.structure.Value key, swim.structure.Value oldValue)
     
    void
    didTake(long upper)
     
    void
    didUpdate(swim.structure.Value key, swim.structure.Value newValue, swim.structure.Value oldValue)
     

    Methods inherited from interface swim.store.DataContext

    didChange, didCommit
  • Method Details

    • didUpdate

      void didUpdate(swim.structure.Value key, swim.structure.Value newValue, swim.structure.Value oldValue)
    • didRemove

      void didRemove(swim.structure.Value key, swim.structure.Value oldValue)
    • didDrop

      void didDrop(long lower)
    • didTake

      void didTake(long upper)
    • didClear

      void didClear()