-
public final class StorageEvent.IndexedDBContentUpdatedEvent extends StorageEvent
The origin's IndexedDB object store has been modified.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringoriginprivate final StringdatabaseNameprivate final StringobjectStoreName
-
Constructor Summary
Constructors Constructor Description IndexedDBContentUpdatedEvent(String origin, String databaseName, String objectStoreName)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final StorageEvent.IndexedDBContentUpdatedEventcopy(String origin, String databaseName, String objectStoreName)final StringgetOrigin()Origin to update. final StringgetDatabaseName()Database to update. final StringgetObjectStoreName()ObjectStore to update. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final StorageEvent.IndexedDBContentUpdatedEvent copy(String origin, String databaseName, String objectStoreName)
-
getDatabaseName
final String getDatabaseName()
Database to update.
-
getObjectStoreName
final String getObjectStoreName()
ObjectStore to update.
-
-
-
-