public class IndexedDBContentUpdated extends Object
Constructor | Description |
---|---|
IndexedDBContentUpdated() |
Modifier and Type | Method | Description |
---|---|---|
String |
getDatabaseName() |
Database to update.
|
String |
getObjectStoreName() |
ObjectStore to update.
|
String |
getOrigin() |
Origin to update.
|
void |
setDatabaseName(String databaseName) |
Database to update.
|
void |
setObjectStoreName(String objectStoreName) |
ObjectStore to update.
|
void |
setOrigin(String origin) |
Origin to update.
|
public String getOrigin()
public void setOrigin(String origin)
public String getDatabaseName()
public void setDatabaseName(String databaseName)
public String getObjectStoreName()
public void setObjectStoreName(String objectStoreName)
Copyright © 2017–2018 WebFolder OÜ. All rights reserved.