public interface BuildListener
Modifier and Type | Method and Description |
---|---|
void |
buildDidFinish(MirroredIndex index,
Throwable error)
Build of the local index has just finished.
|
void |
buildDidStart(MirroredIndex index)
Build of the local index has just started.
|
void buildDidStart(@NonNull MirroredIndex index)
index
- The index being built.void buildDidFinish(@NonNull MirroredIndex index, @Nullable Throwable error)
index
- The index having been built.error
- `null` if success, otherwise indicates the error.