Interface AttributeChangeListener

    • Method Detail

      • onChange

        void onChange​(String name,
                      UserModel user,
                      List<String> oldValue)
        Method called for each user attribute change.
        Parameters:
        name - of the changed user attribute
        user - model where new attribute value is applied already (can be null if attribute is removed)
        oldValue - of the attribute before the change (can be null)