public interface C4ReplicatorListener
| Modifier and Type | Method and Description |
|---|---|
void |
documentEnded(C4Replicator replicator,
boolean pushing,
C4DocumentEnded[] documents,
Object context) |
void |
statusChanged(C4Replicator replicator,
C4ReplicatorStatus status,
Object context) |
void statusChanged(@Nullable
C4Replicator replicator,
@Nullable
C4ReplicatorStatus status,
@Nullable
Object context)
void documentEnded(@NonNull
C4Replicator replicator,
boolean pushing,
@Nullable
C4DocumentEnded[] documents,
@Nullable
Object context)