Interface Changed


  • public interface Changed
    Objects that do not wish to process the entire change set of a transaction can implement this interface and use it to invoke utility methods on ConfigSupport.
    Author:
    Jerome Dochez
    • Method Detail

      • changed

        <T extends ConfigBeanProxyNotProcessed changed​(Changed.TYPE type,
                                                         Class<T> changedType,
                                                         T changedInstance)
        Notification of a change on a configuration object
        Parameters:
        type - type of change : ADD mean the changedInstance was added to the parent REMOVE means the changedInstance was removed from the parent, CHANGE means the changedInstance has mutated.
        changedType - type of the configuration object
        changedInstance - changed instance.