Class Triggerable

java.lang.Object
org.javarosa.core.model.condition.Triggerable
All Implemented Interfaces:
Externalizable
Direct Known Subclasses:
Condition, Recalculate

public abstract class Triggerable
extends Object
implements Externalizable
A triggerable represents an action that should be processed based on a value updating in a model. Trigerrables are comprised of two basic components: An expression to be evaluated, and a reference which represents where the resultant value will be stored. A triggerable will dispatch the action it's performing out to all relevant nodes referenced by the context against thes current models.
Author:
ctsims