Module swim.store
Package swim.store

Interface SpatialDataContext<S>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void didClear()  
      void didMove​(swim.structure.Value key, long newX, long newY, swim.structure.Value newValue, long oldX, long oldY, swim.structure.Value oldValue)  
      void didRemove​(swim.structure.Value key, long x, long y, swim.structure.Value oldValue)  
      void didUpdate​(swim.structure.Value key, long x, long y, swim.structure.Value newValue, swim.structure.Value oldValue)  
    • Method Detail

      • didUpdate

        void didUpdate​(swim.structure.Value key,
                       long x,
                       long y,
                       swim.structure.Value newValue,
                       swim.structure.Value oldValue)
      • didMove

        void didMove​(swim.structure.Value key,
                     long newX,
                     long newY,
                     swim.structure.Value newValue,
                     long oldX,
                     long oldY,
                     swim.structure.Value oldValue)
      • didRemove

        void didRemove​(swim.structure.Value key,
                       long x,
                       long y,
                       swim.structure.Value oldValue)
      • didClear

        void didClear()