Interface HasValue.ValueChangeListener<V>

    • 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