Module swim.store
Package swim.store

Interface ValueDataContext

All Superinterfaces:
DataContext
All Known Implementing Classes:
ValueDataProxy, ValueDataView

public interface ValueDataContext extends DataContext
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    didSet(swim.structure.Value newValue, swim.structure.Value oldValue)
     

    Methods inherited from interface swim.store.DataContext

    didChange, didCommit
  • Method Details

    • didSet

      void didSet(swim.structure.Value newValue, swim.structure.Value oldValue)