Class SourcePreAddDataEvent

    • Constructor Detail

      • SourcePreAddDataEvent

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

      • setParameters

        public void setParameters​(IParameters parameters)
        Sets the data provided to the add operation as parameters. If the parameters are changed, the add operation will use the newly set parameters.
        Parameters:
        parameters - the data being added.