Uses of Class
com.google.gwt.storage.client.StorageEvent
-
Uses of StorageEvent in com.google.gwt.storage.client
Modifier 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.