Interface BigSegmentStoreStatusProvider.StatusListener
-
- Enclosing interface:
- BigSegmentStoreStatusProvider
public static interface BigSegmentStoreStatusProvider.StatusListenerInterface for receiving Big Segment status change notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbigSegmentStoreStatusChanged(BigSegmentStoreStatusProvider.Status newStatus)Called when any property of the Big Segment store status has changed.
-
-
-
Method Detail
-
bigSegmentStoreStatusChanged
void bigSegmentStoreStatusChanged(BigSegmentStoreStatusProvider.Status newStatus)
Called when any property of the Big Segment store status has changed.- Parameters:
newStatus- the new status of the Big Segment store
-
-