Interface DataStoreStatusProvider.StatusListener
-
- Enclosing interface:
- DataStoreStatusProvider
public static interface DataStoreStatusProvider.StatusListenerInterface for receiving status change notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddataStoreStatusChanged(DataStoreStatusProvider.Status newStatus)Called when the store status has changed.
-
-
-
Method Detail
-
dataStoreStatusChanged
void dataStoreStatusChanged(DataStoreStatusProvider.Status newStatus)
Called when the store status has changed.- Parameters:
newStatus- the new status
-
-