Interface DataStoreStatusProvider.StatusListener
-
- Enclosing interface:
- DataStoreStatusProvider
public static interface DataStoreStatusProvider.StatusListener
Interface for receiving status change notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dataStoreStatusChanged(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
-
-