Interface RiceXmlListAdditionListener<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void newItemAdded​(T item)
      This method is invoked whenever the associated RiceXmlStreamingList instance receives a newly-unmarshalled child element.
    • Method Detail

      • newItemAdded

        void newItemAdded​(T item)
        This method is invoked whenever the associated RiceXmlStreamingList instance receives a newly-unmarshalled child element.
        Parameters:
        item - The unmarshalled element (or adapter-generated object) to be processed.