public interface RiceXmlListAdditionListener<T> extends Serializable
If "streaming" of child elements is desired during JAXB unmarshalling, then the parent element assigns an instance of RiceXmlStreamingList to the appropriate list field/property, and gives the list an implementation of this interface for the list to invoke whenever it receives a newly-unmarshalled child element. This allows the implementation to process the new element and then discard it.
| Modifier and Type | Method and Description |
|---|---|
void |
newItemAdded(T item)
This method is invoked whenever the associated RiceXmlStreamingList instance receives
a newly-unmarshalled child element.
|
void newItemAdded(T item)
item - The unmarshalled element (or adapter-generated object) to be processed.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.