Interface SyncedStoreListener
public interface SyncedStoreListener
Notified when the synced store changed because another of the user's devices wrote to it.
Called on the event dispatch thread. It carries no values -- read what you need with
SyncedStore.get(String, String), because several keys can change together and the platform
does not always say which.
-
Method Summary
-
Method Details
-
storeChanged
void storeChanged()The store changed on another device.
-