Interface BeanCustomizer.ModifyListener

  • All Known Implementing Classes:
    KnowledgeFlowApp
    Enclosing interface:
    BeanCustomizer

    public 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)
    Author:
    mhall
    • Method Detail

      • setModifiedStatus

        void setModifiedStatus​(java.lang.Object source,
                               boolean modified)
        Tell the listener about the modified status of the source object.
        Parameters:
        source - the source object
        modified - true if the source object has been modified