Class SetGeopointAction

java.lang.Object
org.javarosa.core.model.actions.Action
org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
All Implemented Interfaces:
Externalizable
Direct Known Subclasses:
StubSetGeopointAction

public abstract class SetGeopointAction
extends Action
Abstract implementation of odk:setgeopoint action. Concrete implementations must: - provide a way to request location updates when the action is triggered - use saveLocationValue(String) to write a location to the model - provide a no-argument constructor with no body for serialization - get registered by the PrototypeManager