Uses of Class
com.google.gwt.storage.client.StorageEvent
-
Packages that use StorageEvent Package Description com.google.gwt.storage.client Provides for key-value Storage services. -
-
Uses of StorageEvent in com.google.gwt.storage.client
Methods in com.google.gwt.storage.client with parameters of type StorageEvent Modifier and Type Method Description protected StorageStorageImpl. getStorageFromEvent(StorageEvent event)Returns theStorageobject that was affected in the event.protected static voidStorageImpl. handleStorageEvent(StorageEvent event)Handles StorageEvents if aStorageEvent.Handleris registered.voidStorageEvent.Handler. onStorageChange(StorageEvent event)Invoked when a StorageEvent is fired.
-