Package snap.props

Interface DeepChangeListener


public interface DeepChangeListener
A listener to get property changes and nested property changes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deepChange(Object aSource, PropChange anEvent)
    Deep property changes (as well as normal property changes).
  • Method Details

    • deepChange

      void deepChange(Object aSource, PropChange anEvent)
      Deep property changes (as well as normal property changes).