Class IndexedDBListUpdated


  • public class IndexedDBListUpdated
    extends java.lang.Object
    The origin's IndexedDB database list has been modified.
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • IndexedDBListUpdated

        public IndexedDBListUpdated​(java.lang.String origin,
                                    java.lang.String storageKey)
    • Method Detail

      • getOrigin

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

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