public interface CompositeFunction
CompositeElement.| Modifier and Type | Method and Description |
|---|---|
void |
doFunction(Element elem,
CompositeElement ce,
int index)
Called for each element in the composite element.
|
void doFunction(Element elem, CompositeElement ce, int index)
elem - the child elementce - the composite elementindex - the child indexCopyright © 2012. All Rights Reserved.