setTaps abstract method

void setTaps(
  1. Iterable<EchoTap> taps
)

Update the taps for this echo.

Implementation

void setTaps(final Iterable<EchoTap> taps);