R - The type of thing created for the element.public interface ElementAction<R>
| Modifier and Type | Method and Description |
|---|---|
R |
onElement(ArooaElement element,
ArooaContext context)
Perform an action on the given element.
|
R onElement(ArooaElement element, ArooaContext context) throws ArooaElementException
element - The element.context - The context.ArooaElementException - If something went wrong.