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()
void
initStorageEvent
(String type) void
initStorageEvent
(String type, Boolean bubbles) void
initStorageEvent
(String type, Boolean bubbles, boolean cancelable) void
initStorageEvent
(String type, Boolean bubbles, boolean cancelable, String key) void
initStorageEvent
(String type, Boolean bubbles, boolean cancelable, String key, String oldValue) void
initStorageEvent
(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue) void
initStorageEvent
(String type, Boolean bubbles, boolean cancelable, String key, String oldValue, String newValue, String url) void
initStorageEvent
(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