/** {@inheritDoc} */
  @Override
  public void stop() {
    super.stop();

    if (preldr != null) preldr.stop();
  }