public interface FormItemVisitable
FormItemVisitor interface.FormItemVisitor| Modifier and Type | Method and Description |
|---|---|
void |
accept(FormItemVisitor visitor)
Execute the specific method of the visitor.
|
void accept(FormItemVisitor visitor) throws JVoiceXMLEvent
visitor - The visitor to use.JVoiceXMLEvent - Error or event visiting the form item.