Uses of Class
com.google.gwt.storage.client.StorageEvent
Packages that use StorageEvent
-
Uses of StorageEvent in com.google.gwt.storage.client
Methods in com.google.gwt.storage.client with parameters of type StorageEventModifier and TypeMethodDescriptionprotected Storage
StorageImpl.getStorageFromEvent
(StorageEvent event) Returns theStorage
object that was affected in the event.protected static final void
StorageImpl.handleStorageEvent
(StorageEvent event) Handles StorageEvents if aStorageEvent.Handler
is registered.void
StorageEvent.Handler.onStorageChange
(StorageEvent event) Invoked when a StorageEvent is fired.