Package org.javarosa.core.model.actions
Interface ActionController.ActionResultProcessor
- All Known Implementing Classes:
FormDef
- Enclosing class:
- ActionController
public static interface ActionController.ActionResultProcessor
-
Method Summary
Modifier and Type Method Description voidprocessResultOfAction(TreeReference targetRef, String event)
-
Method Details
-
processResultOfAction
- Parameters:
targetRef- - the ref that this action targetedevent- - the event that triggered this action
-