Class StorageEvent

java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.storage.client.StorageEvent

public final class StorageEvent extends JavaScriptObject
Represents a Storage Event.

Experimental API: This API is still under development and is subject to change.

A Storage Event is fired when a storage area changes, as described in these two sections (for session storage, for local storage).

See Also: