Interface ModelFieldChangeListener<T>

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ModelFieldChangeListener<T>
    Listener for fields change created with FieldFactory.
    • Method Detail

      • afterChange

        void afterChange​(T masterModel)
        This method will be called after change field value and setting value to model. If more than one field was changed at a time, the method will be called once.
        Parameters:
        masterModel - master the model for which the fields were created through the FieldFactory, not null