-
public final class DOMStorageEvent.DomStorageItemUpdatedEvent extends DOMStorageEvent
-
-
Constructor Summary
Constructors Constructor Description DomStorageItemUpdatedEvent(StorageId storageId, String key, String oldValue, String newValue)
-
Method Summary
Modifier and Type Method Description final StorageIdcomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final DOMStorageEvent.DomStorageItemUpdatedEventcopy(StorageId storageId, String key, String oldValue, String newValue)final StorageIdgetStorageId()final StringgetKey()final StringgetOldValue()final StringgetNewValue()-
-
Method Detail
-
component1
final StorageId component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
copy
final DOMStorageEvent.DomStorageItemUpdatedEvent copy(StorageId storageId, String key, String oldValue, String newValue)
-
getStorageId
final StorageId getStorageId()
-
getOldValue
final String getOldValue()
-
getNewValue
final String getNewValue()
-
-
-
-