GWT 2.7.0

Uses of Class
com.google.gwt.storage.client.StorageEvent

Packages that use StorageEvent
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
protected  Storage StorageImplIE8.getStorageFromEvent(StorageEvent event)
           
protected  Storage StorageImpl.getStorageFromEvent(StorageEvent event)
          Returns the Storage object that was affected in the event.
protected static void StorageImpl.handleStorageEvent(StorageEvent event)
          Handles StorageEvents if a StorageEvent.Handler is registered.
 void StorageEvent.Handler.onStorageChange(StorageEvent event)
          Invoked when a StorageEvent is fired.
 


GWT 2.7.0