Interface ITreeVisitor
- All Superinterfaces:
IInstanceVisitor
public interface ITreeVisitor extends IInstanceVisitor
ITreeVisitor is a visitor interface for the elements of the
FormInstance tree elements. In the case of composite elements,
method dispatch for composite members occurs following dispatch
for the composing member.
- Author:
- Clayton Sims
-
Method Summary
Modifier and Type Method Description voidvisit(AbstractTreeElement element)voidvisit(FormInstance tree)Performs any necessary operations on the IFormDataModel without visiting any of the Model's potential children.
-
Method Details
-
visit
Description copied from interface:IInstanceVisitorPerforms any necessary operations on the IFormDataModel without visiting any of the Model's potential children.- Specified by:
visitin interfaceIInstanceVisitor
-
visit
-