private Receiver(RepositoryViewReadRoutine routine, int index, int completed) { this.routine = routine; this.index = index; this.completed = completed; }
public Receiver(RepositoryViewReadRoutine routine) { this.routine = routine; }