BigSegmentStatusListener
in
Interface for a listener that will be notified when the status of the Big Segment store changes.
Table of Contents
- statusChanged() : void
- Called when the status of the Big Segment store has changed.
Methods
statusChanged()
Called when the status of the Big Segment store has changed.
public
statusChanged(BigSegmentsStoreStatus|null $old, BigSegmentsStoreStatus $new) : void
The first time this is called, the old status will be null
and the new status will be the
initial status of the store. After that, the old status will be the previous status and the
new status will be the current status.
Parameters
- $old : BigSegmentsStoreStatus|null
- $new : BigSegmentsStoreStatus