Class StubSetGeopointAction
java.lang.Object
org.javarosa.core.model.actions.Action
org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
org.javarosa.core.model.actions.setgeopoint.StubSetGeopointAction
- All Implemented Interfaces:
Externalizable
public final class StubSetGeopointAction extends SetGeopointAction
An odk:setgeopoint implementation that immediately writes that no implementation is available when the action is
triggered.
-
Field Summary
Fields inherited from class org.javarosa.core.model.actions.Action
EVENT_JR_INSERT, EVENT_ODK_INSTANCE_FIRST_LOAD, EVENT_ODK_NEW_REPEAT, EVENT_QUESTION_VALUE_CHANGED, EVENT_XFORMS_READY, EVENT_XFORMS_REVALIDATE -
Constructor Summary
Constructors Constructor Description StubSetGeopointAction()StubSetGeopointAction(TreeReference targetReference) -
Method Summary
Modifier and Type Method Description voidrequestLocationUpdates()Client-specific location request.Methods inherited from class org.javarosa.core.model.actions.setgeopoint.SetGeopointAction
getContextualizedTargetReference, getTargetReference, processAction, readExternal, saveLocationValue, setTargetReference, writeExternal
-
Constructor Details
-
StubSetGeopointAction
public StubSetGeopointAction() -
StubSetGeopointAction
-
-
Method Details
-
requestLocationUpdates
public void requestLocationUpdates()Description copied from class:SetGeopointActionClient-specific location request. Implementations could immediately read a location and write it to the model if available or could initiate a request and asynchronously write the location when available.- Specified by:
requestLocationUpdatesin classSetGeopointAction
-