Interface Props.IPropertyChangeListener

Enclosing class:
Props

public static interface Props.IPropertyChangeListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    propertyChange(String name, Object oldValue, Object newValue)
     
  • Method Details