public class Replace extends SQLiteStorageAction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION |
static java.lang.String[] |
JSON_ARGS |
protected android.os.Messenger |
messenger |
handlerThread, serviceHandler
action, args, callbackContext, cordova
Constructor and Description |
---|
Replace(java.lang.String action,
org.json.JSONArray args,
CallbackContext callbackContext,
CordovaInterface cordova,
SQliteStorageServiceHandler serviceHandler,
android.os.HandlerThread handlerThread) |
Modifier and Type | Method and Description |
---|---|
void |
run()
Log a message which action is running
|
checkJsonArgs, getAction
public static final java.lang.String ACTION
public static final java.lang.String[] JSON_ARGS
protected android.os.Messenger messenger
public Replace(java.lang.String action, org.json.JSONArray args, CallbackContext callbackContext, CordovaInterface cordova, SQliteStorageServiceHandler serviceHandler, android.os.HandlerThread handlerThread)
public void run()
CordovaAction
run
in interface java.lang.Runnable
run
in class CordovaAction