Package org.loboevolution.events
Interface StorageEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
StorageEventImpl
The StorageEvent interface is implemented by the storage event, which is sent to a window when a storage
area the window has access to is changed within the context of another document.
- See Also:
-
Field Summary
Fields inherited from interface org.loboevolution.events.Event
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE, NONE -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getUrl()voidinitStorageEvent(String type) voidinitStorageEvent(String type, Boolean bubbles) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable, String key) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue, String url) voidinitStorageEvent(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue, String url, Storage storageArea) Methods inherited from interface org.loboevolution.events.Event
getBubbles, getCancelable, getComposed, getComposedPath, getCurrentTarget, getDefaultPrevented, getEventPhase, getReturnValue, getSrcElement, getStopImmediatePropagation, getStopPropagation, getTarget, getTimeStamp, getTrusted, getType, initEvent, initEvent, initEvent, preventDefault
-
Method Details