-
public final class DOMStorageEvent.DomStorageItemRemovedEvent extends DOMStorageEvent
-
-
Constructor Summary
Constructors Constructor Description DomStorageItemRemovedEvent(StorageId storageId, String key)
-
Method Summary
Modifier and Type Method Description final StorageIdcomponent1()final Stringcomponent2()final DOMStorageEvent.DomStorageItemRemovedEventcopy(StorageId storageId, String key)final StorageIdgetStorageId()final StringgetKey()-
-
Method Detail
-
component1
final StorageId component1()
-
component2
final String component2()
-
copy
final DOMStorageEvent.DomStorageItemRemovedEvent copy(StorageId storageId, String key)
-
getStorageId
final StorageId getStorageId()
-
-
-
-