Ejemplo n.º 1
0
 public void disconnectSensors() {
   if (httpFeed != null && httpFeed.isActivated()) httpFeed.destroy();
   if (scanner != null && scanner.isActivated()) scanner.destroy();
 }
Ejemplo n.º 2
0
  @Override
  public void disconnectSensors() {
    if (httpFeed != null && httpFeed.isActivated()) httpFeed.destroy();

    super.disconnectSensors();
  }