com.vaadin.data.

Interface HasValue.ValueChangeListener<V>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void valueChange​(HasValue.ValueChangeEvent<V> event)

      Invoked when this listener receives a value change event from an event source to which it has been added.

    • Field Detail

      • VALUE_CHANGE_METHOD

        @Deprecated
        static final Method VALUE_CHANGE_METHOD
        Deprecated.

        For internal use only. Might be removed in the future.

    • Method Detail

      • valueChange

        void valueChange​(HasValue.ValueChangeEvent<V> event)

        Invoked when this listener receives a value change event from an event source to which it has been added.

        Parameters:

        event - the received event, not null