Interface MapPropertyAddListener

  • 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 MapPropertyAddListener
    Listener notified when a property is added to a NodeMap.
    Since:
    1.0
    Author:
    Vaadin Ltd
    • Method Detail

      • onPropertyAdd

        void onPropertyAdd​(MapPropertyAddEvent event)
        Invoked when a property is added.
        Parameters:
        event - the property add event