Class IndexedDBContentUpdated


  • public class IndexedDBContentUpdated
    extends java.lang.Object
    The origin's IndexedDB object store has been modified.
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexedDBContentUpdated​(java.lang.String origin, java.lang.String storageKey, java.lang.String databaseName, java.lang.String objectStoreName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDatabaseName()
      Database to update.
      java.lang.String getObjectStoreName()
      ObjectStore to update.
      java.lang.String getOrigin()
      Origin to update.
      java.lang.String getStorageKey()
      Storage key to update.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexedDBContentUpdated

        public IndexedDBContentUpdated​(java.lang.String origin,
                                       java.lang.String storageKey,
                                       java.lang.String databaseName,
                                       java.lang.String objectStoreName)
    • Method Detail

      • getOrigin

        public java.lang.String getOrigin()
        Origin to update.
      • getStorageKey

        public java.lang.String getStorageKey()
        Storage key to update.
      • getDatabaseName

        public java.lang.String getDatabaseName()
        Database to update.
      • getObjectStoreName

        public java.lang.String getObjectStoreName()
        ObjectStore to update.