Class StubSetGeopointActionHandler
java.lang.Object
org.javarosa.core.model.actions.setgeopoint.SetGeopointActionHandler
org.javarosa.core.model.actions.setgeopoint.StubSetGeopointActionHandler
- All Implemented Interfaces:
IElementHandler
public final class StubSetGeopointActionHandler extends SetGeopointActionHandler
Registering this stub allows for clients that only read forms such as ODK Validate to recognize the action. However,
acquiring location requires a platform-specific implementation so clients that enable form filling must provide a
subclass implementation that actually provides location information.
-
Field Summary
Fields inherited from class org.javarosa.core.model.actions.setgeopoint.SetGeopointActionHandler
ELEMENT_NAME -
Constructor Summary
Constructors Constructor Description StubSetGeopointActionHandler() -
Method Summary
Modifier and Type Method Description SetGeopointActiongetSetGeopointAction()Returns an implementation for the odk:setgeopoint action.Methods inherited from class org.javarosa.core.model.actions.setgeopoint.SetGeopointActionHandler
handle
-
Constructor Details
-
StubSetGeopointActionHandler
public StubSetGeopointActionHandler()
-
-
Method Details
-
getSetGeopointAction
Description copied from class:SetGeopointActionHandlerReturns an implementation for the odk:setgeopoint action.- Specified by:
getSetGeopointActionin classSetGeopointActionHandler
-