Class ReactiveValueChangeEvent

    • Constructor Detail

      • ReactiveValueChangeEvent

        public ReactiveValueChangeEvent​(ReactiveValue source)
        Creates a new event fired from a source.
        Parameters:
        source - the reactive value that will fire the event
    • Method Detail

      • getSource

        public ReactiveValue getSource()
        Gets the reactive value from which this event originates.
        Returns:
        the event source