Interface BeanCustomizer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  BeanCustomizer.ModifyListener
      Interface for something that is interested in the modified status of a source object (typically a BeanCustomizer that is editing an object)
    • Method Detail

      • setModifiedListener

        void setModifiedListener​(BeanCustomizer.ModifyListener l)
        Set a listener to be notified about the modified status of this object
        Parameters:
        l - the ModifiedListener