Class SourceAddDataEvent

    • Constructor Detail

      • SourceAddDataEvent

        protected SourceAddDataEvent​(Source<?> source,
                                     IParameters parameters)
        Creates a new event for add of source data.
        Parameters:
        source - the source.
        parameters - the data provided to the add operation as parameters.
        Since:
        10.4.0
    • Method Detail

      • getSource

        public Source<?> getSource()
        Returns the source that triggered this event.
        Returns:
        the source.
        Since:
        10.4.0
      • getParameters

        public IParameters getParameters()
        Returns the data provided to the add operation as parameters.
        Returns:
        the data being added.
        Since:
        10.4.0